/* CSS Document */

body {

	background-color: #cbc7c7;
	font-family:"trebuchet MS";

}

#container{
	height:100%;
	width:100%;
	bottom:0;
	top:0;
	left:0;
	right:0;
	position:fixed;
	padding:0px;
	margin:0px;
	border:0px solid #999;
	text-align:center;
	z-index:1;
	
	
}
#emailer{
		
		width:500px;
		height:400px;
		position:fixed;
		top:20%;
		z-index:3;
		visibility:hidden;
}
#fix{
		position:fixed;
		bottom:0;
		left:0;
		top:0;
		right:0;
		background-color:#000;
		-moz-opacity:0.9;
		filter: alpha(opacity=90);
		-khtml-opacity: 0.9;
		opacity: 0.9;
		z-index:1;
		visibility:hidden;

		
}
th{
		text-align:right;
		font-weight:normal;
		font-size:12px;
	}
	td{
		
		vertical-align:middle;
	}
	input,select{
		font-family:"trebuchet MS";
		font-size:12px;
		border:solid 1px #999;
	}
	#message1{
		font-family:"trebuchet MS";
		font-size:12px;
		color:red;
	}
	input{	
		width:250px;
	
	}
	textarea{
		width:250px;
		height:100px;
		border:solid 1px #999
	}
	h2{
		color:#7c1717;
	}
	.button{
		width:100px;
		text-align:center;
		background-color:#7c1717;
		color:#FFF;
	}
	.button:hover{
		width:100px;
		text-align:center;
		background-color:#FFF;
		color:#7c1717;
		cursor:pointer;
	}
	
	
	.focusid{	
		border:1px solid #006666;
	}
	.nofocusid{	
		border:1px solid #999
	}