form {
	text-align: left;
	font-size: 100%;
	margin: 0px;
    background-color: transparent;
    padding: 10px 0px;
}

form div {
    margin: 2px;
}

form .separator {
}

form .element {
    margin: 0px 0px 10px 0px;
	clear: both;
}

form .element .description {
    float: left;
    width: 130px;
    text-align: left;
}

form .element .description .note {
    display: block;
    font-size: 10px;
    color: #aaa;
}

form .element .field {
  width: 240px;
  float: left;
}

form p {
	width: 400px;
	float: left;
}

form fieldset {
	width: 400px;
	float: left;
	border: solid 1px #aaa;
	padding: 20px;
	margin-bottom: 20px;
}

form legend {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

form .element .field input {
    width: 240px;
    text-align: left;
    color: #000;
    background-color: white;
    border: 1px solid #aaa;
    height: 16px;
}


form p input {
    width: 240px;
    text-align: left;
    color: #000;
    background-color: white;
    border: 1px solid #aaa;
    height: 16px;
}

form p input#photo {	
    width: 240px;
    text-align: left;
    border: 1px solid #aaa;
    height: 23px;
}

form p input.checkbox {
	width: 15px;
    border: none;
}

form .element .field input:focus, form .element .field textarea:focus {
    border-color: #59738e;
}

form p input:focus, form p textarea:focus {
    border-color: #59738e;
}

form .element .field select {
    width: 240px;
    text-align: left;
    border: 1px solid #aaa;
    color: #000;
    background-color: white;
}

form p select {
    width: 240px;
    text-align: left;
    border: 1px solid #aaa;
    color: #000;
    background-color: white;
}

form .element .field textarea {
    width: 400px;
    height: 100px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000;
    border: 1px solid #aaa;
}

form p textarea {
    width: 400px;
    height: 100px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000;
    border: 1px solid #aaa;
}

form .element .field .checkbox {
    width: 20px;
    border: 0px;
    background-color: transparent;
}

form .element .field .radio {
    width: 20px;
    border: 0px;
    background-color: transparent;
}

form .element .field .submit {
    width			: 100px;
    height			: 20px;
    text-align			: center;
    background-color		: #e6d8d6;
    border-style		: solid;
    /*border-color		: #daba9b;*/
    border-width		: 1px;
}

form p .submit {
    width			: 100px;
    height			: 20px;
    text-align			: center;
    background-color		: #e6d8d6;
    border-style		: solid;
    /*border-color		: #daba9b;*/
    border-width		: 1px;
}

form .element .field .error {
    width: 240px;
	margin: 0px;
    padding: 0px;
    font-size: 85%;
    color: #cc0000;
}

form .required_fields {
    clear: both;
    font-size: 85%;
    color: #524428;
}

form .separator {
    clear: both;
}

/* jQuery Validate PlugIn */

form label { 
	width: 10em; float: left; 
}

form label.error { 
	float: none; color: red; padding-left: .5em; vertical-align: top; 
}

form p { 
	clear: both; 
}

form .submit { 
	margin-left: 12em; 
}

form em { 
	font-weight: bold; padding-right: 1em; vertical-align: top; 
}

form .radio {
    width			: 10px;
    height			: 20px;
    text-align			: center;
    background		: none;
    border		: none;
    /*border-color		: #daba9b;*/
    border-width		: 1px;	
	margin-left: 135px;
}
