﻿body
{
	margin: 0;
	padding: 0;	
}

.form-table
{
	width: 450px;	
}

.textbox, .dropdown, .textarea
{
	width: 440px;	
	font-size: 12px;
	font-family: Arial;
}

.textarea
{
	height: 50px;	
}

label, span
{
	font-family: Arial;
	font-size: 11px;
	color: #0073ae;
}

.error
{
	color: #C23732 !important;	
}