@import url("navigation.css");


.bg_g {
	background:url("../../images/bg_g.gif") no-repeat;
	}

#main p {
	margin:0 0 0.5em;
	}


/* Contact Us */
/*--------------------------------------*/

.contact_text {
	z-index:1;
	display:block;
	height:540px;
	margin:60px 0 0 215px;
	}

.required {
	color:#FF6600;
}

/* Form */

form dl {
	padding:0 0 5px;
	}

form dl dt {
	float:left;
	width:90px;
	vertical-align:top;
	line-height:20px;
	margin:0 0 15px 0;
	padding:0;
	}

form dl dd {
	margin:0 0 15px 90px;
	padding:0;
	_height:1%;
	}

/* form dl clearfix */
/*--------------------------------------*/
form dl:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:" ";
	height:0;
	font-size:0;
	}

/* IE6 */
* html form dl {
	zoom:1;
	}

/* IE7 */
*:first-child+html form dl {
	zoom:1;
	}
/*--------------------------------------*/

form dl input {
	height:20px;
	width:270px;
	border:none;
	}

form dl textarea {
	width:450px;
	height:80px;
	border:none;
	}

form dl input:focus {
	background:#CCCCCC;
	}

form dl textarea:focus {
	background:#CCCCCC;
	}

form dl dd.address input {
	width:450px;
	}

form dl dt.name_title {
	margin:0;
	padding:23px 0 0;
	}

form dl dd.name {
	}

form dl dd.name .firstname {
	float:left;
	width:128px;
	margin:0 14px 0 0;
	padding:0;
	}

form dl dd.name .surname {
	float:left;
	width:128px;
	margin:0;
	padding:0;
	}

form dl dd.name .firstname input {
	width:128px;
	}

form dl dd.name .surname input {
	width:128px;
	}

/* form dl dd.name clearfix */
/*--------------------------------------*/
form dl dd.name:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:" ";
	height:0;
	font-size:0;
	}

/* IE6 */
* html form dl dd.name {
	zoom:1;
	}

/* IE7 */
*:first-child+html form dl dd.name {
	zoom:1;
	}
/*--------------------------------------*/



ul.btn_form {
	width:240px;
	margin:0 0 0 90px;
	}

ul.btn_form li {
	float:left;
	margin:0 22px 0 0;
	}

ul.btn_form li a {
	display:block;
	line-height:20px;
	}

ul.btn_form li a.send:link {
	background:url("../../images/btn_send.png") no-repeat left center;
	text-decoration:none;
	padding:0 0 0 22px;
	}

ul.btn_form li a.send:hover {
	background:url("../../images/btn_send_o.png") no-repeat left center;
	text-decoration:none;
	padding:0 0 0 22px;
	}

ul.btn_form li a.cancel:link {
	background:url("../../images/btn_cancel.png") no-repeat left center;
	text-decoration:none;
	padding:0 0 0 22px;
	}

ul.btn_form li a.cancel:hover {
	background:url("../../images/btn_cancel_o.png") no-repeat left center;
	text-decoration:none;
	padding:0 0 0 22px;
	}


/* btn_form clearfix */
/*--------------------------------------*/
ul.btn_form:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:" ";
	height:0;
	font-size:0;
	}

/* IE6 */
* html form ul.btn_form {
	zoom:1;
	}

/* IE7 */
*:first-child+html ul.btn_form {
	zoom:1;
	}
/*--------------------------------------*/










