body {
		font-family:Arial;
		font-size:12px;
}
#wrapper{
margin:0 auto;
}
a {
 color:#AB7910;
 text-decoration:none;
 cursor:pointer;
} 
a:hover{
	color: #808000;
}
p{
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	text-align: justify;
	font-family:Arial;
	font-size:12px;
}
.box{
	background: #fff;
}
.boxholder{
	clear: both;
	padding: 5px;
	background: #FFF7E0;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	-khtml-border-radius: .5em;
    width:730px;
}
.tab{
	float: left;
	margin: 0 1px 0 0;
	text-align: center;
}
.tabtxt{
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 0;
}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	padding:14px;
}

	/* ----------- stylized ----------- */
#stylized{
    width:400px;
	border:solid 2px #FEE8BA;
	background:#ffffff;
	border-radius: .3em;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	-khtml-border-radius: .3em;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #FEE8BA;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	font-family:Arial;
	font-size:12px;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #FEE8BA;
	margin:2px 0 20px 10px;
}
