#InfoText{}

#centerContent{
	  padding:20px 65px 0 90px; 
}

#InfoText p{ margin:4px 10px; padding:0}
form {
	padding:40px 0; 
	font-size:12px; 
	margin:0; width:600px
}
label { 
	display:block; 
	width:120px; 
	text-align:left; 
	padding-top:6px; color: #333333; line-height:20px; height:20px;
	margin-left:10px;
	text-align:right;
}
#jumpMenu{float:left; height:20px; margin-left:15px; width:100px; color:#333333; clear:right;
}

input{
	display:block; 
	margin: 10px 0 0px 15px; 
	width:250px;
	height:17px  
}
select{
	
	display:block; 
	margin: 10px 0 0px 15px; 
	width:250px;
	height:17px  


}
textarea {
	display:block; 
	padding:5px 0 0 0; 
	margin:10px 0 10px 15px;
	width:250px; float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.inputsubmit { 
	height:25px;
	width:120px; 
	border:1px solid #999999;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	padding:0;
	cursor:pointer;
}

.inputsubmit:hover { 
	background-color: #CCCCCC;
	color: #666666;
	border:1px solid #999999;  
}

input, select, text, textarea { color: #666666; border:1px solid #999999; vertical-align:top; }
input:focus, textarea:focus { background-color: #F4FBFD; }

.error { display:none; color:#FF0000; font-size:10px ; float:left;
}

