
.clear{
	clear:both;
	font-size:1px;
	line-height:1px;
}
h1{
	margin:0px 0px 10px;
	padding:0px;
	font-size:16px;
}
form, ul, li, ol{
	margin:0px;
	padding:0px;
	list-style:none;
}
form{
	align:right;
}
li{
	padding:3px 0px;
}
li label{
	display:block;
	float:left;
	width:150px;
	text-align:right;
	
	line-height:16px;
	padding:4px 10px;
}
li span.form{
    display:block;
    width:300px;
    float:left;
    background:#f0f0f0;
    padding:4px 10px;
    border:1px solid #cccccc;
}
li span.short{
    width:100px;
}
li span.short input.text{
	width:100px;
}
input.text{
    width:300px;
    border:0px;
    background:none;
    line-height:16px;         
    font-size:11px;
    color:#999999;
    
}
textarea.text{
	width:300px;
    height:50px;
	border:0px;
	background:none;
	line-height:16px;
	font-size:11px;
	color:#999999;
    font-family:Tahoma;     
}
span.g{
	color:#90C50E;
}
p.comment{
	border:1px solid #cccccc;
	padding:10px;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
    color:#999999;
}
li span.sub{
	display:block;
	width:300px;
	float:left;
	padding:4px 0px;
	
}
input.sub{
	color:#ffffff;
	border:1px solid #333333;
	background:#999999;
	font-weight:bold;
}
span.grey{
    font-size:10px;
    color:#999999;
}