body { background: #212121; margin: 20px; text-align: center; }

div, p { font-family: helvetica; font-size: 15px; line-height: 160%; letter-spacing: 1px; }

#main { width: 850px; margin: 0 auto 0 auto; background: url(../gfx/mid.gif) repeat-y top center; text-align: left; }

#cont { width: 850px; background: url(../gfx/top.gif) no-repeat top center; }
#cont .inner { padding: 300px 180px 50px 180px; color: #fafafa; }
#bottom { width: 850px; height: 158px; background: url(../gfx/bottom.gif) no-repeat top center; }

h1 { font-size: 25px; font-weight: bold; font-family: arial; color: #fafafa; margin: 0; }

#cont .inner p { padding: 10px; line-height: 170%; }

.form { padding: 15px; }
.form .field { margin: 0 0 10px 0; }
.form label { display: block; padding: 3px; font-size: 13px; font-weight: bold; color: #ffffff; }
.form input, .form textarea { font-size: 16px; font-weight: bold; background: #ffffff; border: 0; padding: 6px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.form input:focus {  }
.form input.missing, .form textarea.missing { border: 2px solid red; }
.req { font-size: 22px; color: red; }
.req small { font-size: 12px; }

.awesome, .awesome:visited {
border: 0;
background: #222 url(/global/images/alert-overlay.png) repeat-x; 
display: inline-block; 
padding: 5px 10px 6px; 
color: #fff; 
text-decoration: none;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}

.awesome:hover							{ background-color: #111; color: #fff; }
.awesome:active							{ top: 1px; }
.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited			{ background-color: #d90000; }
.red.awesome:hover							{ background-color: #ff0000; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.yellow.awesome:hover							{ background-color: #fc9200; }

.msg { background: #d90000; color: #ffffff; padding: 6px; margin: 10px 0 10px 0; font-weight: bold; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.msg.good { background: #aebb10; }

#top_info {
	position: relative;
	min-height: 190px;
	height: auto !important;
	height: 190px;
}
#success_message {
	position: absolute;
	top: 0;
	left: 0;
	z-index; 5;
	padding: 10px 10px 0 10px;
}
