/* ==============================================================
		general styles
   ============================================================== */
* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.8%;
	line-height: normal;
	color: #4d4d4d;
	text-align: center;
	margin: 10px;
	background: #ffffff; 
}

img 						{ border: 0px; display: block; }

.bold						{ font-weight: bold; }

a							{ text-decoration: none; color: #3a3a3a; }
a:hover						{ text-decoration: underline; color: #3a3a3a; cursor: pointer; }

h1, h2, h3, h4, h5, h6 		{ line-height: normal; font-size: 1em; font-weight: normal; }

form						{ padding: 0; margin: 0; }

fieldset 					{ border: 0; }

table, tr, td 				{ border-collapse: collapse; }

input, select, th, td 		{ font-size: 1em; padding: 0; margin: 0; }

abbr						{ border: 0; }

.c	 						{ clear: both; }

.hide 						{ display: none; }

.show 						{ display: block; }

.tr							{ position: relative; overflow: hidden; display: block; }

.tr a						{ overflow: hidden; }

.tr	span					{ position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; display: block; }

.caps						{ text-transform: uppercase; }




.popup {
	margin: 0 auto;
	text-align: left;
	width: 420px;
}

.popup h1 {
	font-size: 2.2em;
	color: #a5633b;
}

.popup .titleTag em, .popup .entryForm em {
	color: #278100;
	font-style: normal;
}

.popup .titleTag {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #6b3311;
	padding: 5px 0;
}

.popup .entryForm {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #6b3311;
}

.popup .entryForm p {
	clear: both;
	padding-top: 10px;
}

.popup .entryForm label {
	float: left;
	width: 370px;
}

.popup .entryForm p img {
	float: left;	
}

.popup .areaLabel {
	display: block;
	padding-bottom: 5px;
}

.popup .entryForm input[type="text"] {
	float: left;
	border: 1px solid #4a1d02;
	background: #faf1ea;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 200px;
}

.popup .entryForm .areaField {
	clear: both;
	display: block;
	border: 1px solid #4a1d02;
	background: #faf1ea;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 370px;
	height: 65px;
}

.popup .entryForm .submit {
	padding-left: 260px;
	padding-top: 15px;
}

.popup .entryForm .submit input {
	padding: 0 8px;
}

.popup .entryForm p strong {
	display: block;
	color: #ac0000;
	font-size: .9em;
	padding-bottom: 5px;
}

.popup .entryForm p strong.good {
	color: #278100;
}

.popup a {
	color: #0b459b;
}

.popup .submitInquiry {
	text-align: right;
	clear: both;
	padding: 20px 40px 0 0;
}
































