body {
	text-align: center; /* IE */
	font-family: Helvetica,Arial,sans-serif;
}

textarea, select, .text-input, .text-input-captcha {
	width: 350px;
	font-family: Helvetica,Arial,sans-serif;
	font-size:13px;
	color: #333333;
	margin-bottom:15px;
	margin-top:4px;
	padding:5px;
	border:1px solid #d6d6d6;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background-image: url(images/form_bg.jpg);
	background-repeat: repeat-x;
}

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

textarea {
	width:500px;
}

label {
	display:block;
	font-weight:bold;
	margin-top:10px;
}

#box {
	width: 600px;
	padding:20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-image: url(images/penleft.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}



.submit {
	font-family: Helvetica,Arial,sans-serif;
	font-size:16px;
	color: #000000;
	margin-bottom:20px;
	margin-top:5px;
	padding:4px 20px;
	border:1px solid #CC9900;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background-color: #CCCC33;
}

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

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

#success h1 {
	font-size:24px;
	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:24px;
	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;
}
