/* CSS Document */
form
{
	margin:0px;
}
label,input,select
{
	display: block;
	width: 145px;
	float: left;
	margin-bottom: 7px;
	font-family:Helvetica, Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:hidden;
}
select
{
	width:150px;
}
select#langSelect
{
	width:80px;
}
input#resetButton
{
	width:100px;
}
input#submitButton
{
	width:100px;
}
br 
{
	clear: left;
}
span#star
{
	color:red; 
	font-size:14px;
}
div#imgref
{
	width:auto;
	float: left;
	margin-bottom: 7px;

}

