/********************************************************************/
/* IFRAME FORM CSS													*/
/* WRITTEN BY NICHOLAS DYKZEUL (Nicholas.Dykzeul@ejgallo.com)		*/
/* THESE ARE GENERAL STYLES BUILT TO BE USED ACROSS ALL STANDARD	*/
/* RHYTHMYX IFRAME FORM SOLUTIONS (contact us, where to buy, etc)	*/
/********************************************************************/
.iForm td {
	padding: 10px 0 0 0;
}
.iForm label {
	display: block;
	float: left;
	margin-top: 0px;
	padding-right: 10px;
	text-align: right;
	width: 125px;
}
.iForm .inline {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}
.iForm .button, .iForm .button:hover,
.iForm .submit, .iForm .submit:hover {
	float:none;
	height:30px;
	width:145px;
	background-color:#85723B;
	font-family:"Trebuchet MS","Trebuchet","Verdana","Arial";
	font-size:9pt;
	font-weight:700;
	color:#fff;
	padding:3px 5px;
	margin-top:20px;
	cursor: pointer;
}

/* custom to contact form title fields */
.iForm #title-mr,
.iForm #title-ms {
	margin-right: 15px;
}

/* custom to contact form opt-in options */
.iForm #optin-userOpinion,
.iForm #optin-moreInfo,
.iForm #optin-userContact {
	margin-bottom: 1px;
}

/********************************************************************/
/* THE FOLLOWING IS UNIQUE TO EACH SITE THIS IS USED ON. THE FONT	/*
/* SIZE, COLOR, AND FAMILY ATTRIBUTES SHOULD BE PULLED FROM THE		/*
/* SITES CSS AND APPLIED HERE. IF IT IS NOT, THE FORM WILL NOT		/*
/* MATCH THE REST OF THE SITE.										/*
/********************************************************************/
html, body { margin: 0; padding: 0; }

body, td {
	font: 9pt "Trebuchet MS",Verdana,Arial,Helvetica;
}

#pvlContactForm #country, #pvlContactForm #userComment {
	width: 225px;
}

#winelist {
	float: left;
}
#wineListResults {
	border: 1px solid #000;
	height: 200px;
	overflow: scroll;
	overflow-x: hidden;
	width: 100%;
}
#wineListResults table {
	width: 100%;
}
#wineListResults .address { width: 275px; }
#wineListResults td { padding: 1px 3px; }
#winelist, #winelist table { width:100%; }

a:link, a:visited, a:active{
color:#7C6921;
font-weight:bold;
}