@import url("screen-layout.css");
@import url("screen-sifr.css");/*  */

/*
12px = 0.99em
11px = 0.91em
10px = 0.82em
*/

body, html {
	
	}

body {
	background: #e6d9b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #585858;
	}

a:link,
a:visited,
a:hover {
	font-weight: bold;
	color: #624718;
	text-decoration: none;
	}
	a:hover { text-decoration: underline; }

p, h1, h2, h3, h4, ul {
	margin-bottom: 9px;
	font-weight: normal;
	}
	
	h1, h2 {
		clear: both;
		}
	
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: bold;
		color: #624718;
		letter-spacing: -1px;
		}
	
	h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #624718;
		letter-spacing: -1px;
		}
		
		h1 a, h2 a {
			color: #624718 !important ;
			}

form { margin: 0; padding: 0; }			
p { text-align: justify }
a img  { border: 0 }
.error { color: #ED7023; font-weight: bold }
.uploadError { background: #ED7023 !important; color: #fff !important; font-weight: bold !important; padding: 19px; width: 510px; }
strong { font-weight: bold; }	


#tooltip {
	position: absolute;
	width: 150px;
	z-index: 3000;
	border: 1px solid #B29D61; border-top-width: 9px;
	background-color: #624718;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

.errorIcon {
	padding-top: 2px; padding-left: 3px;
	}



.linkNextToSubmitMargin {
	margin-left: 25px; line-height: 25px;
	}



.formRow { 
	width: 550px; float: left;
	padding: 5px 0;
	border-bottom: 1px solid #F1EAD3;
	}
	
	.hasError {
		background-color: #fffbef;
		}
	
	.formBreak {
		margin-top: 19px;
		}
	
	.formClean {
		border: 0;
		}

	.formRow .formDesc { 
		float: left; display: block; width: 200px; padding-right: 5px;
		clear: both;
		font-size: 11px;
		}

	.formRow .formInputs { 
		float: left; display: block; width: 300px; 
		}
		
		.formInputs label { 
			float: left; display: block; width: 200px;
			margin-bottom: 4px;
			}
		
		.formRowMulti input,
		.formRowMulti select {
			width: 120px !important; float: left; margin-right: 5px;
			}
			.formRowMulti select {
				width: 120px !important; 
				}
				
			.formRowMulti .narrow {
				width: 80px !important;
				}
		
		.formRow .formHelp {
			float: left; width: 320px; clear: both; 
			padding: 5px 0;
			font-size: 11px;
			padding-left: 205px;
			color: #B29D61;
			}
	
	input,
	select,
	textarea { 
		font-family: Tahoma, Arial, Helvetica, sans-serif; 
		font-size: 11px;
		color: #624718;
		padding: 2px;
		}
		
		textarea.taMedium { 
			width: 250px; height: 100px; 
			border: 1px solid #E6D9B7;
		background-color: #F1EAD3;
			}
		input.txt,
		select { 
			width: 250px;  
			border: 1px solid #E6D9B7;
			background-color: #F1EAD3;
			}
		input.btn,
		input.btnWide { 
			width: 75px; height: 25px; 
			background-color: #000;
			border: 0;
			margin: 0; padding: 0;
			color: #fff;
			}
		input.btnWide { 
			width: 120px;
			text-align: center;
			}
		input.btnContact { 
			background-color: #B29D61;
			}


















