@charset "utf-8";
/* CSS Document */

*{
	font-family:Calibri, Arial, Verdana, sans-serif;
}


img{
	border:0px solid;	
}

a.text{
	color:#06C;
	font-size:20px;
	padding:0 0 0 20px;
}

form{
	border:0px solid #999;
	width:450px;
	padding:10px;
	margin:0 0 0 40px;
}

form b{
	padding:0;
	
}


label{
	padding:10px 5px 0 22px;
	border:0px solid #999;
	display:block;
	cursor: pointer;
  	cursor: hand;
}

.errorcolor {background:#F30;}
.color{background:#9F9;}

form label.required {
  //background-image: url(images/required.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
form label.problem {
  background-image: url(images/caution.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
form label.completed {
  background-image: url(images/complete.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}

div#form{
	border:1px solid #039;
}

div#form h2{
	color:#000;
	font-size:18px;
}

form span{
	display:inline-block;
	width:130px;
	text-align:right;
	vertical-align:top;
	padding-right:4px;
	border:0px solid #990000;
	color:#333;
	font-size:14px;
}

span.radio{
	width:500px;
	display:block;
	text-align:left;
}

span.textarea{
	width:300px;
	display:block;
	border:0px solid #990000;
	text-align:left;
}

input{
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	padding:2px;
}

input.radio_button{
	margin:0 5px 0 20px;	
	border:1px solid #999;
}

textarea{
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}

b.err{
	margin: 0 0 0 100px;
	color:#990000;
}

fieldset{
	border:0px solid #999;
}

legend{
	border:0px solid #999;
}


/*body {
  font-family: verdana;
  font-size: 12px;
}
h1 {
  margin: 0 0 0.2em 0;
}
form {
  width: 600px;
  border: 2px solid #ccc;
  padding: 1em 0;
}
form div {
  clear: both;
  margin-bottom: 2px;
}


div#submitdiv {
  margin-left: 7em;
  padding-left: 22px;
  padding-top: 0.3em;
}
input#subject, textarea {
  width: 460px;
}
input#email, input#phone {
  width: 40%;
}
input, textarea {
  border: 2px solid #ccc;
}
input:focus, textarea:focus {
  border: 2px solid #000;
}


*/




