@charset "utf-8";
/* CSS Document */

#emailCurtain{
	width: 100%;
	height: 100%;
	z-index: 11;
	position:absolute;	
}



#emailFormInner{
	width: 500px;
	/*height: 300px;*/
	margin: 0 auto;
	background-color: #FFFFFF ;

	/*
	z-index: 10;*/
	position:relative;
	
	filter:alpha(opacity=100);-moz-opacity:1;
	opacity:1;
	
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;

	border: solid 1px ;

}

#emailFormInner #closeButton{
	font-variant: small-caps;
	text-align: right;
	float:right;
	padding: .3em;
}

#emailFormInner{
	vertical-align: top;
	font-size: 1.2em;
}

#emailFormInner td{
	vertical-align: top;
}

#emailFormInner label, #emailFormInner input{
	margin-bottom: 5px !important;	
}

#emailFormInner label{
	width: 20%;
	display: block;
	float: left;
	clear:left;
}

#emailFormInner input{
	width: 200px;	
}

#emailFormInner input, #emailFormInner textarea{
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #696969;
	border-right-color: #494949;
	border-bottom-color: #494949;
	border-left-color: #696969;
}

#emailFormInner textarea{
	/*float:left;
	clear: left;*/
}

#emailFormInner #SendEmail{
	margin-left:360px;
	margin-top:5px;
	width:100px;
	
	margin-right: 20px;
}

#emailFormInner #submit{
	font-variant: small-caps;
}

#message_lbl{
	width:100%;	
	float: left;
	clear: left;	
}

#emailFormInner #message{
	width:100%;	
	/*float: left;
	clear: left;*/
}

#form_err{
    background-color: #f88;
    padding: 4px;
    margin-top: 4px;
}

#form_ok{
    background-color: #88FF88;
    padding: 4px;
    margin-top: 8px;
}