﻿html, body, form { font-family:Arial; font-size:11px }
    	
h1 { font-weight:normal; font-size:16px; font-weight:bold; margin:0 0 10px 0; }

.last { margin-bottom:5px !important }
.required { color: #931D36 }

	#wrapper { width:600px; margin:20px auto; }
		
		#header { height:60px }
		  #header img { float:left }
		  
		  div.menu { float:right; position:relative; top:10px }
		    div.menu span { color:#ccc; padding:0 3px }
		  	div.menu a { text-decoration:none; color: #aaa }
			div.menu a:hover { text-decoration:underline}
		
		#body { width: 500px; margin:10px auto; clear:both; }				
			div.container { margin-bottom:10px; padding:10px; border:1px solid #d3d2d2; background: url(../images/layout/bg-grad.png) repeat-x left bottom }									
				#signup-form { margin:10px 0 0 15px }
					div.form-item { margin-bottom:20px }
		
	/* forms */																				
	.textbox { display:block; width: 100px; } 
	.textbox-long, .textarea { display:block; width:300px }	
			
	/* validation summary */
	div.validation-summary { margin-top: 15px; padding: 5px; border: 1px solid #d3d2d2; background-color: #f1f0f0; }
		div.validation-summary ul { margin: 5px 15px; padding-left: 15px;  }
		div.validation-summary ul li { margin-left:0; }			
		
	/* notifications */
	.notify-info { background: #fafbfd url(../images/icons/ico-info.png) center no-repeat; background-position: 15px 50%; text-align: left; padding: 5px 20px 5px 45px; border-top: 2px solid #cee3fe; border-bottom: 2px solid #cee3fe; margin-bottom:10px; }
	.notify-pass { background: #f8fff0 url(../images/icons/ico-pass.png) center no-repeat; background-position: 15px 50%; text-align: left; padding: 5px 20px 5px 45px; border-top: 2px solid #a0dc11; border-bottom: 2px solid #a0dc11; margin-bottom:10px; }
	.notify-fail { background: #fecfcf url(../images/icons/ico-fail.png) center no-repeat; background-position: 15px 50%; text-align: left; padding: 5px 20px 5px 45px; border-top: 2px solid #f96f6f; border-bottom: 2px solid #f96f6f; margin-bottom:10px; }					

ol.howTo, li {padding-bottom: 10px;}
