body {
	background-color: transparant; 
	text-align: left; /* IE */ 
	font-family: Verdana,Arial,sans-serif;
}

textarea, select, .text-input, .text-input-captcha {
	width: 300px;
	font-family: Verdana,Arial,sans-serif;
	font-size:10px;
	color: #333333;
	margin-bottom:4px;
	margin-top:4px;
	padding:4px;
	border:0px solid #d6d6d6;
	-moz-border-radius-bottomleft:1px;
	-moz-border-radius-bottomright:1px;
	-moz-border-radius-topleft:1px;
	-moz-border-radius-topright:1px;
}

textarea, .text-input, .text-input-captcha {
	background-image: url(image/form_bg.jpg);
	background-repeat: repeat-x;
}

textarea {
	width:200px;
}

label {
	display:block;
	font-weight:lighter;
	margin-top:0px;
}

#box { 
	width: 300px;  
	padding:10px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	background-color: transparant; 
	margin: 0 auto; 
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	border:0px 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: Verdana,Arial,sans-serif;
	font-size:10px;
	color: #ffffff;
	margin-bottom:10px;
	margin-top:5px;
	padding:4px 10px;
	border:0px solid #459300;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background-color: #7dbc00;
}

.input, .text-input {
	width:250px;
}

.text-input-captcha {
	width:136px;
	text-align: center;
}

#success h1 {
	font-size:10px;
	font-weight:bold;
	color: #555555;
}

#success p {
	font-size:10px;
	color: #555555;
}

.error_message { 
	font-size:10px;
	color: #ff4b4b;
	font-weight:lighter;
	margin-left: 6px;
}

.error h1 {
	font-size:10px;
	font-weight:bold;
	color: #ff4b4b;
}

.required { 
	color: #ff4b4b; 
}

.captcha {
	border:0px solid #d6d6d6;
	width: 136px;
	height: 26px;
	padding:4px;
	padding-left: 10px;
	margin-top:4px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}