.contactDiv{
	width:779px;
	height:518px;
	background:url('/_media/images/contact/bigbk.jpg') no-repeat;
	position:relative;
	top:20px;
	margin:auto;
	padding-bottom:50px;
}

.formDiv{
	position:absolute;
	right:20px;
	top:64px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

.formDiv A{
	color:#fff;
	text-decoration:none;
}

.formDiv .asterisk{
	color:#FDCF1A;
	font-size:18px;
}

.formDiv INPUT{
	border:2px solid #FDCF1A;
	width:200px;
}

.formDiv TEXTAREA{
	border:2px solid #FDCF1A;
	width:311px;
	height:60px;
}

INPUT.reset{
	border:0;
	width:62px;
	height:17px;
	background:url('/_media/images/contact/clear.gif') no-repeat;
	cursor:pointer;
}

INPUT.send{
	border:0;
	width:62px;
	height:17px;
	background:url('/_media/images/contact/send.gif') no-repeat;
	cursor:pointer;
}

DIV.send,DIV.reset{
	position:absolute;
	bottom:-36px;
	
}

DIV.send{
	right:257px;
}

DIV.reset{
	right:185px;
}

