/* form manager */

#form_wrapper {
	/* width: 96%; */
	margin: 0 auto;
	background: #fff;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 10px 10px 20px 10px;
	border: 1px solid #ccc;
}

#form_wrapper td {
	font-size: 12px;
}

#form_wrapper li {
	line-height: 1.5;
}


#form_heading {
	/* width: 100%; */
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 20px 10px;
}

.title {
	font-size: 18px;
	font-weight: bold;
	color: #777;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #777;
}

.t_heading {
	background-color: #777;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.t_title {
	background-color: #fff;
	color: #777;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.bottomborder {
	border-bottom: 1px solid #ccc;
}

.border {
	border: 1px solid #ccc;
}


#message {
font-size: 12px;
font-weight: bold;
color: #B00000;
padding-left: 20px;
}

#sample_form {
position: absolute;
display: block;
top: 100px;
left: 200px;
width: 500px;
background: #ccc;
border: 1px solid #333;
padding: 20px;
text-align: center;
}

/* CAPTCHA STUFF */

p.captcha_1,
p.captcha_2,
p.captcha_notvalid	{
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: transparent;
	font-weight: bold;
	color: #FF0000;
}
p.captcha_2	{
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
.captchapict	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 2px solid #ccc;
}

#captcha	{
	width: 300px;
	margin: 0;
	padding: 5px;
	border: 2px solid #ccc;
	text-align: center;
}