/* ---------------------------------------------------- */
#win_contact {
	margin-bottom:16px;	
}

/* ---------------------------------------------------- */

#win_contact label {
	font-size:10px;
	color:#FFF;
	}


#win_contact .content {
	background-image: URL(../img/lines_background.png);
	background-color: #B6D0FA;
}

#win_contact .section {
	position: relative;
	top: 0px;
	left: 0px;
	height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#win_contact .section img {
	position: absolute;
	top: 0px;
	left: 10px;
}

#win_contact .section input, #contact .section textarea {
	font-size:10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

#win_contact .section input {
	position: absolute;
	width: 200px;
	height:14px;
	left: 110px;
	top: 0px;
}

#win_contact .section textarea {
	position: absolute;
	width: 200px;
	left: 110px;
	top: 0px;
	height: 70px;
}

#win_contact .footer {
	position:relative;
	background-image: none;
	background-color: #B6D0FA;
	height: 29px;
	width: 100px; 
	left:0px;
	bottom: 0px;
}

#win_contact .footer input {
	position: absolute;
	right: 5px;
	margin-top: 4px;
	width: 65px;
	height: 21px;
	border: 0px;
}

#win_contact h1 {
	background-image: url(../img/headlines/contact.gif);
}

/* ---------------------------------------------------- */

