/* Standard formelement style */

div.formrow
{
	float: left;
	width: 90%;
	height: auto;
	margin-left: 5%;
	text-align: center;
}

div.formtitle
{
	float: left;
	width: 35%;
	height: 20px;
	text-align: left;
}

div.form_check
{
	float: right;
	width: 60%;
	height: 20px;
	margin: 0% 5% 0% 0%; 
	text-align: left;
}

.form_check input
{
	float: left;
}

input.formelement
{
	float: left;
	width: 60%;
	height: 20px;
}

textarea.formelement
{
	float: left;
	width: 60%;
	height: 100px;
}

select.formelement
{
	float: left;
	width: 60%;
	height: 20px;
}

input.formbutton
{}
