body{ 
	background:#EEE;
	font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size:100%;
	color:#333;
	line-height:160%;
	margin:0;
	padding:0;
	text-align:center;
	}

h1{
	font-size:230%;
	font-weight:normal;
	}		
h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:1em 0;
	}	
h2{            
	font-size:160%;
	}	
h3{          
	font-size:140%;
	}
h4{          
	font-size:120%;
	}				

a{
	text-decoration:none;
	color:#f30;
	}
a:hover{
	color:#999;
	}			
table, input, textarea, select, li{
	font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	line-height:160%;
	color:#333;
	}				
p, blockquote, ul, ol, form{
	margin:1em 0;
	}
blockquote{
	}
img{
	border:none;
	}			
hr{
	display:none;
	}	
table{
	margin:1em 0;
	width:100%;
	border-collapse:collapse;
	}
th, td{	
	padding:2px 5px;
	}	
th{	
	text-align:left;
	}
li{
	display:list-item;
	}	
	
nav{	

}
nav ul{	
	list-style:none;
	margin:0px;
	padding:0px;
}
nav ul li{	
	list-style:none;
	display:block;
	margin:0px;
	padding:0px;
}
nav ul li a{	
	display:block;
	padding:20px;
	margin-bottom:15px;
	font-size:120%;
	background-color:#DDD;
	color:#000;
	border:solid 1px #666;
}
nav ul li a:hover,
nav ul li a:active,
nav ul li a:focus{	
	background-color:#FC0;
	color:#000;
}

#container{	
	margin:0 auto;
	background:#EEE;
	width:500px;
	padding:20px 40px;
	text-align:left;
	}		


/* form 2 */

	#form{
		margin:1em 0;
		color:#fff;
		width:100%; /* customize width, this form have fluid layout */
		}
	#form h2{
		margin:0;
		/*background:#57a700 url(../images/form_heading.gif) repeat-x;	*/	
		background:#06C;
		color:#fff;
		font-size:20px;
		border:1px solid #039;
		border-bottom:none;
		}		
	#form h2 span{
		display:block;
		padding:10px 20px;
		/*background:url(../images/form_ico.gif) no-repeat 93% 50%;	*/		
		}				
	#form fieldset{
		margin:0;
		padding:0;
		border:none;	
		border-top:3px solid #000;
		/*background:#000 url(../images/form/form_top.gif) repeat-x;*/	
		background:#222;		
		padding-bottom:1em;
		}		
	#form legend{/*display:none;*/}	
	#form p{margin:.5em 20px;}	
	#form label{display:block;}	
	#form input, #form textarea{		
		/*width:272px;*/
		width:98%;
		border:1px solid #111;
		/*background:#282828 url(../images/form/form_input.gif) repeat-x;*/
		background:#EEE;
		padding:5px 3px;
		color:#000;
	}
	#form input:active,
	#form input:focus,
	#form textarea:active,
	#form textarea:focus{
		border:1px solid #FF0;
		background:#FF9;
	}		
	#form textarea{
		height:125px;
		overflow:auto;
		}					
	#form p.submit{
		text-align:left;
		}	
	#form button{
		padding:0 20px;
		height:32px;
		line-height:32px;		
		border:1px solid #039;
		/*background:#5aae00 url(../images/form/form_button.gif) repeat-x;*/
		background:#06C;
		color:#fff;
		cursor:pointer;		
		text-align:center;		
		}
	#form button:hover,
	#form button:active,
	#form button:focus{	
		border:1px solid #FF0;
		background:#103781;	
	}	
	
	.radiogroup {
		background-color:#EEE;
		padding:10px;
		color:#333;
		border:solid 1px #06C;
		margin:20px;	
	}
	.radiogroup>label {
		font-weight:bold;	
	}
	.radiogroup ul{
		list-style:none;
		padding:0px;
		margin:0px;	
		margin-top:20px;
	}
	.radiogroup ul li{
		padding:0px;
		margin:25px 0px;		
	}
	.radiogroup ul li img{
		text-align:right;
		float:right;	
	}
	
	.alert {
		color:#FF0;
		text-align:right;
		float:right;
	}
		
	#descriptionMessage {
		font-style:italic;
	}

/* // form 2 */