/**********   FORM   **********/

form	{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

table.form	{
	border: 0;
	margin: 0px 0 0 0px;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

table.form td, table.form th	{
	border: 0;
	padding: 2px;
	font-size: 100%;
}

table.form th	{
	font-weight: bold;
	text-align: left;
	width: 15%;
}

table.form td	{
	/*width: 30%;*/
}

input, select	{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

input.submit	{
	background-color: #e7e7e7;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border: 3px solid #32bfd4;
	font-size: 130%;

}

input.shortfields	{
	width: 150px;
}

input.longfields	{
	width: 281px;
}

p label	{
	margin: 0;
	padding: 0;
}

.required	{
	font-size: 100%;
	color: #ff0000;
}
