﻿
/* found inline page */

a:link {
	text-decoration: none;
	color: #803B3E;
}
a:visited {
	text-decoration: none;
	color: #803B3E;
}
a:hover {
text-decoration: none;
	color: #E5AB1D;
}
a:active {
	text-decoration: none;
	color: #E5AB11;
}
body {
	background-color: #BCB885;
}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}
#contents #backtotopright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E9AB11;
	text-decoration: underline;
}

/* page structure */

#page-content 
{
    width:515px;
    margin:auto;
    color:#843135;
}


/* Forms */

.search-action-button 
{
    color:#FFFFFF;
    background-color:#938C3B; 
    font-size:15px;
    height:30px;
    text-align:center;
    border:none;
    margin-left:11.5em;
}

#data-form form ol {   
    padding: 1em 1em 0 1em;   
    list-style: none;  
}  
#data-form form li {   
    padding-bottom: 1em;  
}  


#data-form form label {    
    float: left;    
    width: 10em;    
    margin-right: 1em;    
    text-align: right;   
}

/* Form Errors */

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
