@charset "utf-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
}

select {
	width:271px;
	height:20px;
}

input {
	width:267px;
	height:15px;
}

h2 {
	margin:0px;
	padding:10px;

}

p {
	margin:0px;
	padding:10px;	
}

#contentWrap {
	width:600px;
	margin:0 auto;
}

#header {
	
}

#bodyContent {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

#formWrap {
	width:550px;
	padding:20px;
}

#footer {
	background-color:#DADADA;
	border:1px solid #CCCCCC;	
	font-size:12px;
}

#subFooter {
		background-color:#333333;
		height:30px;
		display:block;
}

#subFooter a {
	margin-left:10px;
	display:block;
	padding-top:7px;
}

#subFooter a:active, #subFooter a:visited, #subFooter a:link {
	text-decoration:none;
	color:#FFFFFF;
}

#subFooter a:hover {
	text-decoration:underline;
}



.noEscape:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.bold {
	font-weight:bold;
}

.form-row {
	/*padding:5px;
	margin-bottom:10px;*/
	height:50px;
}

.label {
	display:block;
	float:left;
	width:120px;
	text-align:right;
	margin-right:20px;
	height:30px;
	
}

label.error { 
	float: left; 
	color: red; 
	margin-top: 5px;
	vertical-align: top; 
	display:block; 
	width:250px; 
}

.submit {
	width:100px;
	height:30px;
	float:right;
	margin: 13px 131px 28px 0;
}

.hide
{
    display:none;
}