/*------------------------------------------------
Product Form Style Sheet

Version:	1.0
Author:		Michael Walsh
Website:	www.enov8.co.uk
Created:	17/10/06
------------------------------------------------*/

#txtName, #txtEmail, #txtTelephone, #txtSubscribeName, #txtSubscribeEmail {
	width:76px;
}

#txaComments {
	width:119px; 
	height:50px;
}

#txtAddress {
	width:119px;
}

#selProduct {
	width:122px;
}

#Submit {
	width:123px;
	margin-top:5px;
}

#Subscribe {
	width:123px;
	margin-top:5px;
}

div.row {
	clear: both;
	padding-bottom:2px;
}

div.row label {
	width:40px;
	float: left;
	font-size:1em;
	color:#666;
	margin-top:0.2em;
	margin-bottom:0.2em;
}

div.row label.comments, div.row label.address, div.row label.productint {
	display:block;
	text-align:center; 
	font-size:1em;
	width:120px; 
	margin-top:0.5em; 
	margin-bottom:0.5em;
}

.button {
	background-color:#F3CA35;
	border:1px solid #FFF;
	border-bottom:1px solid #C2A22A;
	border-right:1px solid #C2A22A;
	color:#666;
	font-weight:bold;
	font-size:1em;
	background-image:none !important;
}

.buttonHover {
	background-color:#DCEAFF;
	border:1px solid #EEF5FF;
	border-bottom:1px solid #B0BBCC;
	border-right:1px solid #B0BBCC;
	color:#666;
	font-weight:bold;
	font-size:1em;
	background-image:none !important;
}

.clearonfocus {
	padding:0.1em;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

#more-information, #email-newsletter {
	padding:0 17px 18px 17px;
	margin-bottom:20px;
	border:1px solid #2657A3;
	background:#9DC4FF url(../images/interface/tile_more_info.gif) repeat-x;
}

#more-information h3, #email-newsletter h3 {
	padding-bottom:1em;
	color:#2657A3;
	text-align:center;
}

input, textarea, select {
	font-size:1em;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #2657A3;
	color:#666;
}

input:focus, textarea:focus {
	background-color:#FBEDB8;
	color:#000;
}