﻿input[type=submit]
{
    font-size: 0.9em;
    font-family: Helvetica;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
}
input[type=submit]:hover
{
    color: #3333CC;
    font-weight: bold;
}

input[type=text], input[type=password]
{
    width: 180px;
}


div .labelField {
	float: left;
	display: block !important;	
	width: 130px !important;
	min-width: 130px !important;
	border-bottom: 1px dotted #CCC;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
}


div .labelField300 {
	float: left;
	display: block !important;	
	width: 300px !important;
	min-width: 300px !important;
	border-bottom: 1px dotted #CCC;
	margin: 0 5px 0 0 !important;
	padding: 0 !important;
}


div .oneField {
	clear: left;
	margin: 6px 0;
	
}
div .actions {
	padding: 10px 0px 10px 0px;
}
div .actions input {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	margin:10px 5px 10px 5px;
}
div .reqMark {
	color: #F00;
	font-family: "Courier New", Courier, mono;
}
div fieldset legend {
	font-weight: bold;
}
div fieldset {
	border: 1px solid #DDD;
	
}
