body {
	background-color:#5186b2;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}



#bg_container { 
	position:absolute;
	float:center;
	width:100%;
	min-height:100%;
	background:url(images/testbg5.jpg);
	background-repeat:no-repeat;
/*	background-attachment:fixed;*/
	background-position:center top; 
}


#main {
	position:absolute;
	float:center;
	width:100%;
	min-height:100%;
	background-image:url('images/testbg.jpg');
	height:100%:
	width:900px;
}

#content {
	width: 750px;
	padding: 20px;
	border: 1px solid #CCC;
}

h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 12px;
			text-transform: uppercase;
		}

		div#feature_list {
			width: 788px;
			height: 240px;
			overflow: hidden;
			position: relative;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 320px;
			height:120px;
		}

		ul#tabs li {
			font-size: 10px;
			font-family: Arial;
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #396493;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 60px;
			outline: none;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
			background:  url('images/feature-tab-current2.png');
			color: #000;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 784px;
			height: 240px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 784px;
			height: 240px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 3px;
	    -khtml-border-radius: 3px;
  	  border-radius: 3px;
    	behavior:url(border-radius.htc);
		}

		ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 3px 6px;
			text-decoration: none;
			font-size: 13px;
			font-weight:bold;
			color: #ff0000;
			background: #ffffff;
		}
		
		ul#output li a:hover {
			background: #ffffff;
			color: #396493;
		}

		.myFormDiv {
	background-image:url("http://www.cepheitech.com/images/emailform_bg.jpg");
	background-repeat:no-repeat;
	height:181px;
	width:165px;
	}
	
	.myForm {margin-top:55px;}
	
	.myForm td, input, select, textarea, checkbox  {
		font-family: tahoma;
		font-size: 10px;
	}

	.required {
		color: red;
	}