#mainscreen{
	position:absolute;
	
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d2e6fa;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border: 1px solid;
}
.oneColFixCtrHdr #container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #d2e6fa;
	padding: 0 0px 0 0px;
	height: 145px;
	width: auto;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #d2e6fa;
	height: 706px;
	;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d2e6fa;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.panel{
	width:475px;
	height:595px;
	position:absolute;
	left:0px;
	display:none;
}

.myform{
margin:0 auto;
width:350px;
padding:1px;
}

/* ----------- stylized ----------- */
#stylized{

/*background:#ebf4fb;*/

}


#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
	position:absolute;
	font-size:12px;

	width:285px;
	height: 15px;
	left:149px;
	top:69px;
}
#stylized .subject input{
	top:100px;
}

#stylized .emailarea textarea{
position:absolute;
	width:404px;
	/*margin:1px 0 115px 20px;*/
	top:154px;
	height: 222px;
	left:31px;
}
/* FAQ area */

#stylized  textarea{
position:absolute;
	width:446px;
	font: 90% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
	/*margin:1px 0 115px 20px;*/
	
	height: 521px;
	left:12px;
	top:48px;
}
/* JOIN panel*/
#stylized .username input{
	position:absolute;
	top:43px;
	height:15px;
	left:77px;
	width:100px;
}
#stylized .password input{
	position:absolute;
	top:43px;
	left:209px;
	height:15px;
	width:100px;
}
.go_button{
	

}
#stylized  button{
	cursor:pointer;
	clear:both;
	position:absolute;
	margin:0;
	padding:0;
	border:none;
	width:67px;
	height:33px;
	top:36px;
	left:340px;
}
 
.service_panel{
	position:absolute;
	left:25px;
	top:75px;
	width:420px;
	border:1px solid #2E5398;
	height:480px;
	background-color:#98BDE7;
}

.service_panel .chat_service{
	position:relative;
	margin: 5px 5px 5px 5px;
	height:auto;
	color:#FFFFFF;
	
}
.service_panel .chat_service .service_item{
	position:relative;
	width:211px;
	height:101px;
	background-image: url(../images/service_item_bg.gif);
	margin: 5px;
	padding: 0;

}
.service_panel .chat_service .service_chat_item{
	position:relative;
	width:211px;
	height:130px;
	color:#FFFFFF;
	background-image: url(../images/service_item_chat_bg.gif);

	padding: 0;
	margin: 5px;
	
}

.service_panel .chat_service .service_item .price{
	font-family:Verdana, Arial, Helvetica, sans-serif;font-size:2.0em;color:#FF0000;padding-left:5px;

}
.service_panel .chat_service .service_item .item_title{
	color:#FF6600;text-align:center;font-size:1.0em;padding-top:3px;
	height:1.3em;
}
.service_panel .chat_service .service_chat_item .item_title{
	color:#FF6600;text-align:center;font-size:1.0em;padding-top:3px;
	height:1.3em;
}
.service_panel .chat_service .service_chat_item .item_text{
	padding-left:15px;
	color:#666666;
	font:"Times New Roman", Times, serif;
	font-size:0.8em;
}
.service_panel .chat_service .service_chat_item .item_price{
	font:"Times New Roman", Times, serif;
	font-size:0.8em;
	text-align:right;
	padding-right:15px;
	color:#FF0000;
}
.service_panel .chat_service .service_item p{
	position:relative;
	padding: 0;
	margin: 0;
}
.service_panel .chat_service .service_item .item_desc{
position:absolute;top:10px;left:215px;width:200px;
}
.service_panel .chat_service .service_chat_item .item_desc{
position:absolute;top:10px;left:215px;width:200px;
}
.service_panel .chat_service .service_chat_item p{
	position:relative;
	padding: 0;
	margin: 0;
}
.service_panel h1{
	font-size:100%;
	color:#FFFFFF;

}
.service_panel h2{
	font-size:90%;
	color:#FFFFFF;

}
.service_panel p{
	font-size:80%;
	color:#FFFFFF;

}
.service_panel .email_service{
	position:relative;
 margin-left:5px;
 margin-right:5px;
	top:40px;
	height:200px;
}

 




/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #fff; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .50;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #78b4f0;
	padding: 20px; 	
	border: 2px solid #ddd;
	float: center;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height:180px;
}
img.btn_close {

	margin: 0px 0px 0 0;
	position:relative;
	top:32px;
	height:35px;
	border:none;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}



.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
	border: none;
}
.imgteaser a:hover {
	cursor: pointer;
}
.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 0px;
	background: #fff;
	
}
/*
.imgteaser a:hover .desc{
	display: block;
	font-size: 1.2em;
	padding: 0px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; 
	color: #fff;
	position: absolute;
	bottom: 1px;
	left: 1px;
	padding: 0px;
	margin: 0;
	width: 90px;
	border-top: 1px solid #999;
}*/

.imgteaser .desc {	

	width:100px;
	height:100px;
	top:90px;
	z-index:99999px;
	position:absolute;
	color:#FFFFFF;
	font-size:60%;
 }
