body { background:url("../img/bg-body.jpg") repeat; font-family:'Maven Pro',sans-serif; }
select, input, textarea { font-family:'Maven Pro',sans-serif; }

.hide { display:none; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }

div#processing { position:fixed; padding:7px 10px; font-size: 12px; top: 0px; left: 50%;
	width: 120px; margin-left: -75px; border: 1px solid #f0c36d; background-color: #f9edbe;
	color: #000; text-align: center; border-radius: 2px; z-index: 999; }

/* Wrapper
**************************************************************************************** */
#wrapper { height:auto; min-height:100%; position:relative; }
#wrapper div.content { width:auto; padding:0; }

/* Content
**************************************************************************************** */
#body { padding:0; color:#5F5F5F; }

#content { position:absolute; width:600px; height:300px; top:50%; left:50%; margin:-150px 0 0 -300px;
	background-color:#f7f7f7; border:1px solid #CDCDCD; border-radius:3px; -webkit-border-radius:3px;
	-moz-border-radius:3px; box-shadow:0 2px 2px -2px #CCC; }

#content .content-header { background:url("../img/bg-content-header.png") repeat; border-bottom:1px solid #c3c3c3;
	border-top-left-radius:3px; border-top-right-radius:3px; }
#content .content-header h1 { font-size:25px; color:#626262; font-weight:400; padding:15px 20px; }
#content .content-body { margin:20px; }

#content div.button { clear:both; text-align:right; margin:20px 0; }
#content div.button input { margin:0 0 0 10px; padding:7px 20px; color:#fff; font-size:12px; background-color:#404040;
	border:1px solid #4f4f4f; cursor:pointer; border-radius:4px; }
#content div.button input:hover { background-color:#505050; border:1px solid #5f5f5f; }
#content div.message { font-size:12px; color:#fff; padding:10px 12px; border-radius:2px; margin-bottom:10px; }
#content div.message-info { background-color:#009900; }
#content div.message-alert { background-color:#ff9933; color:#333; }
#content div.message-error { background-color:#ed1c24; }