@charset "UTF-8";
/* CSS Document */

#main{
		width:360px;
		height:470px !important;
		border:1px solid #999999;
		background-color:#eafbe5;
		z-index:2;
		float:left;
		margin-left:0px;
		position:absolute;
		left:0;
	}
	
	#holder form{
		margin:0px;
		padding:0px;
	}
	
	#main table {
		margin-top:20px;
	}
	
	#main table tr td{
		text-align:right;
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		padding-top:2px;
		padding-bottom:2px;
		color:#444444;
	}
	
	#main table tr td input,#main table tr td select{
		text-align:left;
		border:1px solid #999999;
		background-color:white;
		width:200px;
		color:black;
		font-size:10px;
		height:16px;
		text-indent:5px;
	}
	#main table tr td .Cb{
		background-color:white;
		width:15px;
		height:15px;
	}
	
	#main table tr td .submit{
		width:173px;
		height:38px;
	}
	
	#main table tr .x{
		text-align:left;
		line-height:17px;
	}
	
	#under{
		left:0;
		top:0;
		width:360px;
		height:470px;
		border:1px solid #333333;
		background-color:#333333;
		z-index:1;
		float:left;
		positon:absolute;
		margin-left:2px;
		margin-top:2px;
	}
	
	#holder{
		position:absolute;
		left:50%;
		top:750px;
		margin-left:-190px;
		display:none;
		height:470px !important;
	}
