#contact-frame{
	background: url(../images/contact/bg.png) 0 0 no-repeat;
	width: 585px;
	height: 372px;
	position: relative;
}

#contact-frame #contact-close{
	position: absolute;
	height: 29px;
	width: 30px;
	left: 547px;
	top: 10px;
}

#contact-frame #contact-info{
	position: absolute;
	left: 44px;
	top: 100px;
	color: #d8dab8;
	font-family: verdana;
	font-size: 12px;
}

#contact-frame #contact-form{
	position: absolute;
	left: 270px;
	top: 30px;
	color: #d8dab8;
	font-family: verdana;
	font-size: 11px;
}

#contact-frame #contact-form a{
	cursor: ponter;
}

#contact-frame #contact-form li{
	color: red;
}

#contact-frame #contact-form #contact-submit{
	background: url(../images/contact/send.jpg) 0 0 no-repeat;
	width: 51px;
	height: 20px;
	border: 0;
	cursor: pointer;
}

#contact-frame #contact-form input,textarea{
	background-color: #9caab9;
	border: 1px black;
	width: 280px;
	color: #1d3e62;
}

#contact-frame #contact-form textarea{
	height: 130px;
}