@CHARSET "ISO-8859-1";
*
	
#overlay {
	background: black url('/images/popin/pop.png') no-repeat scroll 0 -35px;
	display: none;
	width: 540px; 
	height: 402px;
	z-index:10000; 
}
	
#overlay div.close{
	background:transparent url(/images/popin/close.png) right top;
	cursor:pointer;
	height:35px;
	position:absolute;
	right:-15px;
	top:-15px;
	width:35px;
	display:block;
	visible:true;
}	
	
#popin {
	border:5px solid #2b2b2b;
	background: #000000 url('/images/popin/bg.gif') repeat-x bottom left;
	color: #ffffff;
	width:510px;
	font-size:12px;
	padding:10px;
	text-align:center;
}
	#popin h2 {
#		color: #f26000;
		color: #e18808;
	}
	
	#popin p {
		color: #8fa7b1;
		font-size:14px;
	}
	
	#popin .mandatory, #popin .error_list{
		color: #e18808;
	}
	
	#popin form {
		margin:10px 0;
	}
	
		#popin form label {
			font-weight:normal;
			white-space:wrap;
		}
			#popin form li label {
				color: #8fa7b1;
			}
	
		#popin form input, #popin form textarea {
			background-color:#3c3c3c;
			border:0px;
			width:250px;
			color: #8fa7b1;
		}
		
		#popin form li input, #popin form input[type="checkbox"] {
			width:auto;
		}
		
		#popin form input.submit{
			background: #000000 url('/images/popin/button-bg.gif') repeat-y top right;
			color: #000000;
			line-height:15px;
			font-weight: bold;
			width:auto;
		}
		
		#popin table td,#popin table th{
			padding:3px;
		}
		#popin table tbody th{
			width:150px;
		}
		
		#popin table th {
			text-align:right;
		}
		#popin table li {
			display:inline;
			list-style-type:none;
		}
		
		#popin table tfoot td{
			text-align:center;
			margin-top:15px;
		}

