@charset "UTF-8";
/* Form CSS Document */

fieldset {
paddding 1em;
	border: 1px solid #A4A0A2;
	padding: 5px;
	width: 600px;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0;
}

fieldsetcontact-left {
paddding 1em;
	border: 1px solid #A4A0A2;
	padding: 5px;
	width: 400px;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0;
}

fieldsetcontact-right {
paddding 1em;
	border: 1px solid #A4A0A2;
	padding: 5px;
	width: 200px;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0;
}


legend {
font-weight: bold;
}
label {
display:block;
} /* if you want the label to go next to the text box just float it left and give it a width 10em*/
input{
width: 200px;
}
text area {
	width: 200px;
	height: 100px;
}

input.radio,input.checkbox,input.submit {
width: auto;
}
input.radio{
float: left;
margin-right: 1em;
}

input:focus, textarea:focus {
background: #ffc;
}
input[type="text"], textarea{
border-top: 2px solid #999;
border-left: 2px solid #99;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.required{
font-size: 0.75em;
color: #760000;
}
.clear{
clear:both;
}
.form_button
{
    BORDER-RIGHT: lightgrey 1px ridge;
    BORDER-TOP: lightgrey 1px ridge;
    FONT-SIZE: 10px;
    BORDER-LEFT: lightgrey 1px ridge;
    BORDER-BOTTOM: lightgrey 1px ridge;
    FONT-FAMILY: Verdana, Tahoma, Arial;
    BACKGROUND-COLOR: whitesmoke;
}
.form_input
{
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana, Tahoma, Arial;
    BACKGROUND-COLOR: whitesmoke;
}

.red-note
{
	font-size: 11px;
	font-weight: normal;
	padding: 12px 15px;
	color: #FF0000;
}

.bigred-note
{
	font-size: 16px;
	font-weight: bold;
	
	color: #FF0000;
}
.red
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
