/** wine / cellar notes */

#cellarindex_byrelease a,
#cellarindex_byname a {
	display:block;
	margin-left:20px;
	padding-left:20px;
	background: url('../img/li.gif') no-repeat left center;
	width:400px;
}

a.pdf {
	display:block;
	clear:both;
	float:right;
	padding-left:20px;
	background:url('../img/pdflogo.jpg') no-repeat left center;

}



#cellarindex_byrelease h3,
#cellarindex_byname h3 {
	margin:20px 0px 8px 0px;
	padding:0px;
	text-transform:lowercase;
	color:#600;
	font-family: verdana,arial,helvetica;
	font-weight:normal;
	font-size:17px;
	border-bottom:1px solid #D8BB91;
}

#cellarindex_byname h3 {
	text-transform:none;
}

#cellarnav {
	text-align:center;
	padding:10px;
	border:1px solid #D8BB91;
}

#cellarnav div {
	display:inline;
	text-decoration:underline;
	cursor:pointer;
	margin:10px;
}

/** mailing list form */

input {
	margin:2px 0px 0px 0px;
}	

div.ContactInfo {
	width:300px;
	float:left;
	padding:10px;
}

div.q,
div.q1,
div.q0 {
	
	clear:both;
}


div.q {
	color:#900;
}

div.q1 {border:1px solid #FFFBD9; }

p.error {
	color:#F00;
	font-weight:bold;
}

div.label {
	width:90px;
	float:left;
	text-align:right;
	padding-right:5px;
	margin:0px;
}

div.input {
	float:left;
}

div.input input,
#qTextArea {	
	border:1px solid #333;
	padding:2px;
	width:130px;
}

#qInitial input {
	width:20px;
}

div.formpiece {
	float:left;
	width:275px;
}

#FormContact,
#FormComments {
	margin-left:7px;
}

#FormComments p {
	padding-left:5px;
}

#qTextArea {
	width:260px;
	height:100px;
	font-family:arial;
	
	margin-left:5px;
}

#FormSubmit {
	text-align:center;
	clear:both;
}

#FormSubmit input {
	color:#963;
	font-weight:bold;
	margin-top:15px;
	border:1px solid #963;
	background: #EADDB3;
	font-size:110%;
	padding:4px;
	cursor:pointer;
}
#FormSubmit input:hover {
	background:#F4E4B6;
}
