@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;
}

.emailFormTable{
	vertical-align: top;
	font-size: 1.2em;
}

.emailFormTable td{
	vertical-align: top;
}

.emailFormTable label, .emailFormTable input{
	margin-bottom: 5px !important;	
}

.emailFormTable label{
	width: 20%;
	display: block;
	float: left;
}

.emailFormTable input{
	width: 200px;	
}

.emailFormTable input, .emailFormTable 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;
}

.emailFormTable #SendEmail{
	margin-left:400px;
	margin-top:5px;
	width:100px;
}

.emailFormTable #submit{
	font-variant: small-caps;
}

.emailFormTable #message{
	width:100%;	
}