﻿/****************************************************************
 * CSS for contact page
 ****************************************************************/
 
 #contact
 {
	width: 100%;
	text-align: center;
 }
 
 #contact #left
 {
	float: left;
	width: 300px;
 }
 
 #contact #right
 {
	float: right;
	width: 300px;
 }
 
 #contact a
 {
	color: #b71cab;
	text-decoration: underline;
	margin: 15px;
 }
  
/****************************************************************
 * HTML_QuickForm styles 
 ****************************************************************/
 form {
    margin-left: 100px;
    margin-right: 100px;
    padding: 5px;
    width: 500px;    
    font-family: Arial, sans-serif;
    font-size: 14px; 
}
form fieldset {
    clear: both;
    float: left;
    border: 0; 
    margin-bottom: 20px;
    width: 100%;
}
form fieldset.hidden {
    border: 0;
}
form fieldset legend {
    white-space: nowrap;
    background-color: #2c2727; 
   /* font-weight: bold;
    width: 100%;
    padding: 1px;
    display: block;*/
    width: 180px;
    margin: 5px;    
    font-size: 16px;
    text-align: center;    
}
form fieldset ol {
    margin: 0;
    padding: 0;
}
form fieldset li {
    display: block;
    list-style: none;
    margin: 0;
    clear: both;
}
form label {
    margin: 0 0 0 5px;
}
form label.element {
    display: block;
    float: left;
    width: 150px;
    padding: 0;
    margin: 5px 0 0 0;   
    text-align: right;
}
form input, form textarea, form select {
    width: auto;
}
form textarea {
    overflow: auto;
}
form br {
    clear: left;
}
form div.element {
    display: inline;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
}
form li.reqnote {
    font-size: 80%; 
    margin: 5px 0 0 10px;
}
form span.error, form span.required {
    color: #FF0000;  
}
form div.error {
    border: 1px solid red;
    padding: 5px;
}
