@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background-color: #1e0b04;
	color: white;
	}

a {
	color: #715b4c;
	text-decoration: none;
	text-transform: lowercase;
	}

a:hover {
	color: #7C5235;
	}
	
div#wrapper {
	font-size: 1.0em;
	text-align:left;
	width: 530px;
	padding:  10px 25px;
}

div#wrapper .closeit{
	text-align:right;
	height:25px;
}

#innerwrapper {
	border: 1px solid #836D64;
	font-size: 1.0em;
	width: 524px;
}

div#content {
	padding: 10px;
	margin: 0;
	background-color: #1F0B04;
	font-size: 1.0em;
}

table th {
	vertical-align: top;
	padding: 3px 3px 0 0;
	font-weight: normal;
	text-align: right;
}

p {
	font-size: 1.2em;
}


select, input, textarea {
	font-size: 1.0em;
	border: 1px outset #2b3b46;
    padding: 2px 1px 2px 3px;
    margin: 2px 0 0 2px;
    color: #1F0B04;
    font-family: Arial;
}

label {
	float:left;
	font-size: 1.1em;
	text-align:right;
	padding:0 3px 0 0;
	margin:2px 0 0 0;
	width: 180px;
}

.button {border: none;}

/* Input Rules (length, border, etc.)
--------------------------------------------------*/
#first_name, #last_name, #address1, #address2, #email_address, #company {
	width: 175px;
	border: 1px solid black;
	}

#city, #state, #phone, #fax {
	width: 125px;
	border: 1px solid black;
}

#zip, #resdate, #restime, #partynum, #meeting_attendees {
	width: 75px;
	border: 1px solid black;
}

#country {
	width: 225px;
	border: 1px solid black;
}

#comments {
	width: 250px;
	height: 85px;
	border: 1px solid black;}
 
activities_other {
	width: 250px;
	border: 1px solid black;
 }
#other_destinations, #salesmanagers_past, #otherdests_past {
	width: 250px;
	height: 40px;
	border: 1px solid black;}

h1 {font-size: 1.3em;}

