#shutterssample {
	width: 578px;
	overflow: hidden;
}
#sample_header h2 { !important;            
	padding-bottom: 10px;                        
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
}
#sample_header p { !important;            
	padding-bottom: 10px;                        
}
#form-container {
	border-style: none;
	width: 578px;
	margin-bottom: 10px;
	font-size: 11px;
}

#form-container .formfield {
	position: relative;
	padding-bottom: 5px;
}
#form-container .formfield label {
	float: left;
	width: 180px;
	text-align: right;
	position: relative;
	padding: 3px 10px 3px 3px;
}
#form-container .formfield div {
	position: relative;
	margin-left: 110px;
}

#form-container input[type='text'] {
	width: 170px;
	padding: 3px;
	border-style: none;
}
#form-container input[type='password'] {
	width: 170px;
	padding: 3px;
}
#form-container .input-small {
	width: 60px !important;
}
#form-container select {
	width: 170px;
	padding: 3px;
	border-style: none;
}
#form-container .select-small {
	width: 100px;
}
#form-container textarea {
	width: 170px;
	padding: 3px;
	height: 90px;
	border-style: none;
}
.form-text-required {
	color: #00ace5;
	font-size: 14px;
	font-weight: bold;
}
#form-container .form-required {
	color: #00ace5;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 14px;
	font-weight: bold;
}
.form-text-warning {
	background-color: black;
	color: red;
	text-align: center;
	padding: 0px !important;
	margin-top: 0px;
	margin-bottom: 5px;
}
.form-text-note {
	padding: 0px 15px !important;
	margin-top: 0px;
	margin-bottom: 5px;
}
#shuttercolourserror {
	font-size: 12px;
}

.error{
	font-size:10px;
	width:525px;
	background-color: black;
	padding: 3px 7px;
	position:relative;
	color: red;
}

#msgThankyou{
	display:none;
	margin-top:30px;
	margin-left: 120px;
}


.imagechoice {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	position: relative;
	float: left;
}
.imagechoice h3 {
	padding-left: 5px;
	text-align: left;
	clear:both;
	font-size: 14px;
	padding-bottom: 5px;
}
.imagechoice a {
	text-align: center;
	display: block;
	float: left;
	height: 85px;
	width: 70px;
	position: relative;
	text-decoration: none;
}
.imagechoice a img {
	border: 1px solid #999999;
}
.imagechoice a:hover {
	text-decoration: none;
} 
.imagechoice a:hover img {
	border: 1px solid #fcc033;
	text-decoration: none;
} 
.imagechoice a:hover span {
	color: #fcc033;
} 
.imagechoice .imagechoice-on img {
	border: 2px solid #fcc033;	
}
.imagechoice .imagechoice-on span {
	color: #fcc033;
	font-weight: bold;
}
.imagechoice .imagechoice-on:hover img {
	border: 2px solid #fcc033 !important;	
}
#submiton {
	text-align: center;
	height: 30px;
	width: 339px;
	clear: both;
	padding-left: 283px;
}

