
/* Form Elements */

.newsletter_textarea {
	font-family: Geneva, "lucida grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #618088;
	line-height: 13px;
	width: 300px;
	background-color: #FAFAFA;
	padding: 1px 2px 1px 4px;
	border: 1px solid #c6d8dd;
	font-weight: normal;
	}

.newsletter_textfield {
	margin:auto;
	font-family: Geneva, "lucida grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #6d6148;
	background-color: #110b05;
	height: 18px;
	border: 1px solid #21160b;
	width: 190px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	}

.newsletter_dropdown {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color: #FBFBFB;
	height: 22px;
	border: 1px double #CCCCCC;
	font-weight: bold;
	}

.submit{
	margin-top:3px;
	border:none;
	background:transparent;
	text-align:right;
	color:#a57c11;
	font-size:12px;
	cursor:pointer;
	}




/* Form Elements */

.contact_textarea {
	margin:auto;
	font-family: Geneva, "lucida grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #6d6148;
	background-color: #110b05;
	border: 1px solid #21160b;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	padding:3px 2px 3px 4px;
	font-weight:bold;
	}

.contact_textfield {
	margin:auto;
	font-family: Geneva, "lucida grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #6d6148;
	background-color: #110b05;
	height: 18px;
	border: 1px solid #21160b;
	width: 190px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	padding:3px 2px 3px 4px;
	font-weight:bold;
	}

.contact_dropdown {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color: #FBFBFB;
	height: 22px;
	border: 1px double #CCCCCC;
	font-weight: bold;
	}

.contact_submit{
	margin-top:10px;
	border:none;
	background-color: #110b05;
	border: 1px solid #21160b;
	text-align:right;
	color:#a57c11;
	font-size:14px;
	cursor:pointer;
	padding:4px 6px 4px 6px;
	}
	
.contact_submit:hover{
	color:#b6902e;
	}
	
	


/* To the Trade Form Elements */

.ttt_textarea {
	margin:auto;
	font-family: Geneva, "lucida grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #6d6148;
	background-color: #110b05;
	border: 1px solid #21160b;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	padding:3px 2px 3px 4px;
	font-weight:bold;
	}

.ttt_textfield {
	margin:auto;
	font-family: Geneva, "lucida grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #6d6148;
	background-color: #110b05;
	height: 18px;
	border: 1px solid #21160b;
	width: 190px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	padding:3px 2px 3px 4px;
	font-weight:bold;
	}

.ttt_dropdown {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color: #FBFBFB;
	height: 22px;
	border: 1px double #CCCCCC;
	font-weight: bold;
	}

.ttt_submit{
	margin-top:10px;
	border:none;
	background-color: #110b05;
	border: 1px solid #21160b;
	text-align:right;
	color:#a57c11;
	font-size:14px;
	cursor:pointer;
	padding:4px 6px 4px 6px;
	}
	
.ttt_submit:hover{
	color:#b6902e;
	}

