body {
	body bgcolor="#666666"
	background-color: 666666; 
	text-align: center; /* IE */ 
	font-family: Arial, Helvetica, sans-serif;
}

textarea, select, .text-input, .text-input-captcha {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
	margin-bottom:15px;
	margin-top:4px;
	padding:10px;
	border:1px solid #d6d6d6;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}

/*textarea, .text-input, .text-input-captcha {
	background-image: url(image/form_bg.jpg);
	background-repeat: repeat-x;
}*/

textarea {
	width:500px;
      height:100px;
}

label {
	display:block;
	font-weight:bold;
	margin-top:10px;
}

#box { 
	width: 600px;  
	padding:34px; 
	padding-top: 40px; 
	padding-bottom: 40px; 
	background-color: #ffffff; 
	margin: 0 auto; 
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
	border:1px solid #CCCCCC; 
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}



.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #ffffff;
	margin-bottom:20px;
	margin-top:5px;
	padding:4px 20px;
	border:1px solid #CC0000;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background-color: #CC0000;
}

.input, .text-input {
	width:250px;
}

.text-input-captcha {
	width:136px;
	text-align: center;
}

#success h1 {
	font-size:16px;
	font-weight:bold;
	color: #555555;
}

#success p {
	font-size:16px;
	color: #555555;
}

.error_message { 
	font-size:12px;
	color: #ff4b4b;
	font-weight:lighter;
	margin-left: 6px;
}

.error h1 {
	font-size:16px;
	font-weight:bold;
	color: #ff4b4b;
}

.required { 
	color: #ff4b4b; 
}

.captcha {
	border:1px solid #d6d6d6;
	width: 136px;
	height: 26px;
	padding:4px;
	padding-left: 16px;
	margin-top:4px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}