﻿
/* the overlayed element */
.shade_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:410px;		

	/* some padding to layout nested elements nicely  */
	padding:2px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.shade_overlay .close {
	background-image:url(/images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}



/* Shade */


/* the overlayed element */
.shade_overlay2 {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:450px;		

	/* some padding to layout nested elements nicely  */
	padding:2px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.shade_overlay2 .close {
	background-image:url(/images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#expertIcontact {
	top:30px;
	right:50px;
	position:absolute;
	width:350px;
}

.expertInput {
	width:150px;
	float:right;
	font-size:1.1em;
}

.expertField {
	width:200px;
	float:right;
}

.expertRow {
	width:350px;
	padding-bottom:5px!important;
}

.expertHeader h1 {
	font-size:2.0em;
	line-height:70%;
	padding-bottom:-30px;
	margin-bottom:20px;
	border-bottom:2px solid #397cb1;
	width:354px;
}

#expertIcontact .fullname{
	width:200px;
	border:1px solid #999999;
	padding:1px;
}

#expertIcontact .emailaddress{
	width:200px;
	border:1px solid #999999;
	padding:1px;
}

#expertIcontact .yourphone{
	width:200px;
	border:1px solid #999999;
	padding:1px;
}

#expertIcontact .yourfailure{
	width:200px;
	height:100px;
	border:1px solid #999999;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
}

#expertIcontact .red {
	color:red;
}

#expertIcontact .expertSub {
	padding-top:10px;
	width:354px;
}

#expertIcontact .submit{
	border:1px solid #ccc;
	background:#dddddd;
	cursor:pointer;
	padding:1px 0 1px;
	font-size:1.1em;
	float:left;
}

#expertIcontact .submit:hover{
	border:1px solid #ccc;
	background:#397cb1;
	cursor:pointer;
	color:#fff;
}

.bRemotefield {
	bottom:-8px;
	left:0px;
	float:left;
	height:21px;
	width:124px;
	position:relative;
}

.bRemotebtn{
	background-image:url('/images/off.png')!important;
	border:0;
	width:124px;
	height:21px;
	cursor:pointer
}

.bRemotebtn:hover{
	border:0;
	width:124px;
	height:21px;
	cursor:pointer;
	z-index:9999;
	background-image:url('/images/on.png')!important;
}