@charset "UTF-8";
/* CSS Document */

/* ---------------- Contact General Style  START */
#contact_wrapper {
	height: 100%;
	width: 950px;
	padding: 30px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}


#contact_info_collumn{
	height: 430px;
	width: 290px;
	clear: left;
	float: left;
	margin-right: 10px;
	padding-top: 20px;
	padding-right: 20px;
}

.img_15px {
	margin-bottom: 15px;
	
}

#img_310px_white{
	height: 410px;
	width: 270px;
	background-color: #FFFFFF;
	padding: 20px;
	clear: none;
	float: left;
	margin-right: 10px;	
	
	}

/* ---------------- Contact General Style  END */
/*--------------------------------------------------------*/
/* ---------------- Mail Form Style  START */

/* Mail Form START */

.contact_box_style{
	height: 15px;
	width: 240px;
	margin-top: 5px;
	background-color: #F5F5F5;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #111111;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	margin-bottom: 15px;
	padding-right: 25px;
}

.contact_message_box_style {
	height: 135px;
	width: 265px;
	margin-top: 5px;
	background-color: #F5F5F5;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #111111;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	margin-bottom: 15px;
	resize: none;
	
}




input.send_button {
	height: 30px;
	width: 265px;
	background-color: #F5F5F5;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #111111;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

/* ---------------- Highlight  START */
.contact_box_style:focus, .contact_message_box_style:focus {
	background-color: #E5E5E5;
	outline: none;
}
.contact_box_style_highlight {
	background-color: #E5E5E5;
	background-image: url(../contacts/images/contacts_arrow.png);
	background-repeat: no-repeat;	
}

/* ---------------- Highlight  END */

/* Form JS Style Validate START */

form.contact_box label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #EB5A5A;
	text-decoration: none;
	text-align: left;
}



input, textarea { border: none; }



/* ---------------- Send Button START */

.send_but_fading{
	height: 30px;
	width: 265px;
	background-color: #F5F5F5;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #111111;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border: none;
	cursor: pointer
	
}





