#contact_slider {

	position: relative;

}



#cbox1 {

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	border:5px solid #234781;

	background-color: #fff;

	position: fixed;

}



#cbox2 {

	overflow: hidden;

	text-align: left;

}



#cbox1 img {

	position: absolute; 

	top: 0px; 

	cursor: pointer;

	border: 0;

	z-index: 10000;

}



#cbox1 iframe {

	border:0px;

	overflow: hidden; 

	position: absolute;

	width:100%;

	height: 100%;

}

.contact-form{

margin-top : 15px;

}

.contact-form input[type="text"] {

width: 70%;

margin: 5px 0px;

height: 25px;

font-family: Helvetica, sans-serif;

font-size: 1.4em;

margin: 0px 0px 10px 0px;

border: 2px solid #ccc;

}



.contact-form label {

display: block;

float: left;

width: 22%;

margin: 5px 0px 5px 10px;

}



.contact-form textarea {

width: 70%;

height: 70px;

margin: 5px 0px;

font-family: Helvetica, sans-serif;

font-size: 1.4em;

margin: 0px 0px 10px 0px;

border: 2px solid #ccc;

}



.contact-submit{

width: 90%;

margin: auto;

}

.contact-submit input[type="submit"]{

float: right;

-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;

	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;

	box-shadow:inset 0px 1px 0px 0px #bbdaf7;

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );

	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');

	background-color:#79bbff;

	-webkit-border-top-left-radius:10px;

	-moz-border-radius-topleft:10px;

	border-top-left-radius:10px;

	-webkit-border-top-right-radius:10px;

	-moz-border-radius-topright:10px;

	border-top-right-radius:10px;

	-webkit-border-bottom-right-radius:10px;

	-moz-border-radius-bottomright:10px;

	border-bottom-right-radius:10px;

	-webkit-border-bottom-left-radius:10px;

	-moz-border-radius-bottomleft:10px;

	border-bottom-left-radius:10px;

	text-indent:0px;

	border:1px solid #84bbf3;

	display:inline-block;

	color:#ffffff;

	font-family:Arial;

	font-size:12px;

	font-weight:bold;

	font-style:normal;

	height:35px;

	line-height:35px;

	width:88px;

	text-decoration:none;

	text-align:center;

	text-shadow:1px 1px 0px #528ecc;
	padding: 0px;

}



.contact-submit input[type="submit"]:hover {

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );

	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');

	background-color:#378de5;

}

.contact-submit input[type="submit"]:active {

	position:relative;

	top:1px;

}*/