body {
	margin:10px;
	line-height:26px;
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-shadow: 0 0 #999999;
	font-size:12px;
}

label {
	display:inline-block;
	width:95px;
}

label.photo {
	width:50px;
}

img.captchaImage {
	vertical-align:middle;
}

.textInput {
	width:250px;
  padding: 10px;
  margin: 7px 0px;
}

.submit {
	width:150px;
	color:#000;
}

.checkbox {
	width:13px;	
}

input {
	background-color: #EEE;
    border: 1px solid #CCC;
    color: #333;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    /*margin-bottom: 10px;
    padding: 4px;*/
    width: 190px;	
    padding: 4px;
}

input:focus {
	background-color:#EEE;
	color:#333;	
}
.radioInput {
  width: auto;
}

.required 
{
  color:Red;
  display:inline;
}