@charset "utf-8";
/* CSS Document */
html {
	height:100%;
	overflow:hidden
}
body {
	height:100%;
	margin:0;
	padding:0;
	background:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif
}
#flashcontent {
	width: 100%;
	height: 100%;
}

#messageForm {
	/*position:absolute;
	top:-9999em;
	left:-9999em;*/
	margin:20px auto;
	width:587px;
	height:463px;
	overflow:hidden;
}
.messageFormWrap {
	width:587px;
	height:463px;
	overflow:hidden;
	background:url(../img/contact/messenger.png) no-repeat;
	/*position:relative;*/
}
.buttonClose {
	position:absolute; 
	top:10px; 
	right:10px;
}
.buttonClose a {
	text-decoration:none;
	position:relative;
}
.formInner {
	/*padding-left:100px;*/
	position:relative;
	left:100px;
	width:452px;
}
.textarea {
	width:440px;
	height:161px;
}
.textarea textarea {
	margin:0;
	padding:0;
	width:440px;
	height:157px;
	border:none;
}
.text label { 
	display:block; 
	float:left;
}
.text input {
	display:block;
	float:left;
	height:16px;
	padding:3px 0;
	width:279px;
	margin-top:5px;
	border:none;
}
.actions {	
	clear:both;
	padding-top:4px;
}
.actions a {
	display:block;
	float:right;
	width:55px;
	height:50px;
	overflow:hidden;
	background:url(../img/contact/button-submit.png) no-repeat;
	text-indent:-1000em;
}
.messagePostSucess {
	width:218px;
	height:182px;
	/*margin:120px auto 0;*/
	margin:0 auto;
	overflow:hidden;
	position:relative;
	top:120px;
}
.hideBlock {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
/*Thick Box*/
#TB_window {
	border:none;
	background:none;
}
#TB_ajaxContent { 
	overflow:hidden;
	line-height:normal;
}
#TB_ajaxContent p {
	margin:0;
	padding:0;
}
#TB_window .messagePostSucess .buttonClose a:link,
#TB_window .messagePostSucess .buttonClose a:visited,
#TB_window .messagePostSucess .buttonClose a:hover
{
	color:#fff;
}