
fieldset
{
	border:0px dashed #B54D6B;
	padding:10px;
	margin-top:10px;
 	margin-bottom:10px;
}

legend
{
	font-family:verdana;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.8;
	color:#fff;
	background: #B54D6B;
	border: 1px solid #BD208C;
	padding: 2px 6px;
	width:249px;
	text-align:center;
	margin-left:-6px;
}

label
{
	width:220px;
	height:30px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	background-color:#fff;
	float:left;
	display: block;
	font-family:verdana;
	font-size: 11px;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#000;
	text-align:left;
}

#form_container
{
	width:407px;
	padding-top:30px;
	float:left;	
}


.div_texbox
{
	width:250px;
	float:left;
	background-color:#A5C718;
	height:25px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	text-align:left;
	color:#B54D6B;
	font-weight:bold;
}
.div_textarea
{
	width:280px;
	height:68px;
	float:left;
	background-color:#A5C718;
	margin-top:3px;
	padding-top:1px;
	padding-bottom:3px;
	padding-left:5px;
	text-align:left;
	
}

.div_texbox_error
{
	width:230px;
	float:right;
	background-color:#9F0000;
	height:25px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	text-align:left;
}

.textbox
{
	background-image: url(images/rp_arrow.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:175px;
	font:normal 12px verdana;
	color: #000;
	padding:3px 5px 3px 19px;
	 
}

 
.textbox:focus, .textbox:hover
{
	background-color:#F7FFDE;
}

.textbox1
{
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:238px;
	font:normal 12px verdana;
	color: #000;	 
}

.textbox1:focus, .textbox1:hover
{
	background-color:#F7FFDE;
}


.button_div
{
	width:206px;
	float:left;
	background-color:#fff;
	text-align:left;
	height:30px;
	margin-top:3px;
	padding:5px 0px 3px;
}

.buttons
{
	background: #A5C718;
	font-size:12px; 
	color: #fff; 
	border-width: 2px;
	border-style: solid;
	border-color: #fff #B54D6B #B54D6B #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}