/* Contact Form
***************************/

form{
	padding: 13px 35px;
	background-color: #ebebeb;
	width: 578px
}

input.error{
	border: 1px dotted red;
	color: #6a6a6a;
}
.error{
	display: block;
	color: red;
}

.border{
	border-bottom: 1px solid #FFF;
	padding: 6px 0;
}

th{
	text-align: left;
	font-weight: normal;
	color: #000;
	width: 260px;
	vertical-align: top;
}
th.large{
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	padding-bottom: 15px !important;
}

.text_box{
	border: 1px solid #d7d7d7;
	width: 330px;
	padding: 3px;
}

.text_area{
	border: 1px solid #d7d7d7;
	width: 330px;
	height: 100px;
	padding: 3px;
	font: inherit;
}

#refer_friend .text_box, #refer_friend .dropdown_box{
	width: 245px;
	padding: 3px;
}
#refer_friend td{
	padding: 3px 1em 3px 0;
}
#refer_friend th{
	padding: 3px 0;
}
#refer_friend .br{
	border-right: 1px solid #FFF;
	padding-right: 30px;
}
#refer_friend .pl{
	padding-left: 30px;
}
#refer_friend #submit_btn{
	background: #efefef URL(../images/layout_images/btn_refer_friend.gif) no-repeat;
	width: 185px;
	height: 51px;
	text-indent: -5000px;
	font-size: 0em;
	border: none;
	margin-top: 20px;
	text-transform: uppercase;
}
#refer_friend .submit_td{
	padding-top: 20px;
	border-top: 1px solid #FFF;
	text-align: center;
	cursor: pointer;
}
#submit{
	background: #efefef URL(../images/layout_images/btn_submit.gif) repeat-x;
	width: 145px;
	height: 51px;
	line-height: 0;
	text-indent: -5000px;
	font-size: 0em;
	border: none;
	margin-top: 20px;
}