@charset "utf-8";
/* CSS Document */
#form {
	margin:10px 0px 0px 28px;
	/*padding: 10px;*/
	width:375px;
}
label {
	display:block;
	padding:0px 5px 0px 0px;
	font-size:12px;
	width:140px;
	float:left;
	color:#666666;
	text-align:right;
}
input, textarea {
	width: 210px;
	background:none;
	border:1px solid #e0e0e0;
	padding:1px 5px 2px 5px;
	color:#fff;
}
textarea {
	height: 100px;
}
.firstSelection {
	width:20px;
}
.selection {
	border:none;
	width:20px;
	margin-left:140px;
}
.nofloat {
	float:none;
	display:inline;
}
.clearer {
	clear:both;
}
.psuedo-label {
	display:block;
	width:180px;
	float:left;
}
#submit {
	width:100px;
}
#error {
	color:#651313;
	margin-right:200px; 
	padding:2px;
}
#success {
	width:250px;
	color:#fff;  
	margin-right:0px; 
	padding:2px;
}

#submit{
	width:75px;
	Height:25px;
	background:#666;
	color:#ddd;
	cursor:pointer;
}
#submit:hover{
	background:#ddd;
	color:#666;
}
#contact_bottle_count{
	background:none;
}
#OrderVisitlink{
	display:block;
	margin:0px 0px 0px 145px;
	padding:0px 0px 0px 10px;
	text-decoration:none;
	font-size:12px;
	color:#666666;
	background:url(../images/backgrounds/bulletList.jpg) no-repeat 0px 5px;
}
#OrderVisitlink:hover{color:#fff;}

#avail-wines {
	width:210px;
	padding:5px;
	overflow:auto;
	border:1px solid #E0E0E0;
}
#avail-wines ul:first-child { padding-right:15px; }
#avail-wines ul {
	color:#999;
	float:left;
}
#avail-wines ul li { font-size:11px; }
.foot-note {
	margin:10px 0px 0px 145px;
	color:#666; 
	font-size:11px;
}
