/********************************************************************/
/* 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: 3px;
	padding-right: 10px;
	text-align: right;
	width: 125px;
}
.iForm .inline {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
}
.iForm .button, .iForm .button:hover {
	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 {
	background: url('../images/mainContainerBg.jpg') repeat-y -333px 0;
}

body, td {
	color: #333;
	line-height: 15pt;
	font: 9pt Georgia, "Times New Roman", Times, serif;
}
body form {
	width: 599px;
}

#dmgContactForm #country, #dmgContactForm #userComment {
	width: 225px;
}

#submitBtn {
	background-color: #595279;
	border: none;
	color: #fff;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 5px;
}

#wineListResults {
	border: 1px solid #000;
	height: 200px;
	margin: 0;
	overflow: scroll;
	overflow-x: hidden;
	width: 550px;
}
#wineListResults table {
	width: 100%;
}
#wineListResults .address { width: 295px; }
#wineListResults .name { width: 175px; }
#wineListResults td { padding: 3px 3px 1px 3px; }
#winelist, #winelist table { width:100%; }

.iframewrap {
	position: relative;
	width: 600px;
}
.mainTxtImg{
	position:absolute;
	top:-12px;
	right:0;
}

#rightImgRepeat{
	width:244px;
	background-image:url(../images/rightImgRepeat.gif);
	background-repeat:repeat-y;
}

#rightImg{
	width:244px;
	background-image:url(../images/rightImgBg.gif);
	background-repeat:no-repeat;
}

#rightImgFtr{
	width:182px;
	background-image:url(../images/rightImgFtr.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:32px 18px 18px 18px;
}