html, body {
	height: 90%;
	 

}


#container
 {
    width:900px;
	min-height: 90%;
	height: auto;
	height: 80%;
	margin: 0 auto;
	background:#FF241C;
	border:1px solid #a0a0a0;
	border-radius:30px;
	-moz-border-radius:30px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-weight: 300;
	font-size:smaller;
	text-align:justify;
	line-height: 150%;
	
	
	
    }

#main 
{
	float:left;
	height: auto;
	width:900px;
	padding: 25px;
	background:#FF241C;
	
	
	
}





	


	
#main h2
{
	color:#000;
	font-size: 140%;
	margin: 0 0 .5em;
}

#main h3
{
	color:#000;
	font-size: 110%;
	margin: 0 0 .5em;
}

/** 
* Generated by www.formstylegenerator.com 
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 2px dotted #f2f2f2;
	/** remember to change image path **/
	background: url(none) no-repeat #f2f2f2;
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 17px;
	color: #000000;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #82983e;
}



