/*MooSlide stylesheet*/

.mooSlide {
	background-color: #000000;
	padding: 10px 0 0 10px;
	font-family: Tahoma, Arial, Cambria;
	line-height: 1px;
	color: #fff;
	border: 1px solid #117A99;
	font-size: 12px;
	display: none;
	width: 680px;
}

.mooSlide form {
	margin: 0 0 10px 0;
	height: auto;
}

.mooSlide label {
	float: left;
	clear: both;
	display: block;
	text-align: right;
}

.mooSlide label.text {
	margin-top: 18px;
    display: block;
    width: 60px;
    float: left;
	color: #4d4d4d;
	text-align: right;
}

.mooSlide input.field {
	border: 1px solid #212121;
	background: #1d1d1d;
	margin-top: 5px;
	padding: 5px 0 0 5px;
	color: #fff;
	height: 20px;
	width: 250px;
}

.mooSlide input:focus.field  {
	background: #2d2d2d;
	border: 1px solid #212121;
}

.mooSlide textarea.field {
   	border: 1px solid #212121;
	background: #1d1d1d;
	margin-top: 5px;
	padding: 5px 0 0 5px;
	color: white;
	height: 100px;
	width: 250px;
}

.mooSlide textarea:focus.field {
	background: #2d2d2d;
	border: 1px solid #212121;
}

.mooSlide input.send_btn {
	width: 79px;
	height: 23px;
	cursor: pointer;
	border: none;
	position: absolute;
	top: 221px;
	left: 253px;
	background: url(../images/email/send_btn.jpg) no-repeat;
}

.mooSlide input.send_btn:hover {
  background-position: left bottom;
}

.mooSlide .left {
	width: 390px;
	float: left;
	padding-left: 5px;
}

.mooSlide .right {
	width: 250px;
	float: left;
	padding-top: 5px;
	padding-left: 0px;
}

.mooSlide .sep {
	width: 1px;
	height: 200px;
	margin-left: -35px;
	float: left;
	border-right: 1px solid #333;
}

.mooSlide .contactClose {
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 26px;
}

.mooSlide .contactClose a {
	display: block;
	width: 100%;
	height: 26px;
	background: url(../images/email/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

.mooSlide .contactClose a:hover {
	background: url(../images/email/button_close.jpg) no-repeat right -26px;
}

.mooSlide p {
	font: 12px Tahoma, Arial, Cambria;
	text-decoration: none;
	color: #fff;
}

/***** clear *****/
.clearfix {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

