#bs-wrapper{
	width:580px;
}
#bs-wrapper h2 {
	font-size: 12px;
	padding-bottom: 5px;
}
#blindssample {
	border: 1px #eeeeee solid;
	width:540px;
	padding-left:20px;
	padding-right: 20px;
}

.form-container {
	width: 457px;
	padding: 15px 0px 10px;
	border: 1px solid #dad9d9;
	margin-bottom: 10px;
	font-size: 11px;
}

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

.form-container input[type='text'] {
	width: 210px;
	padding: 3px;
}
.form-container input[type='password'] {
	width: 210px;
	padding: 3px;
}
.form-container .input-small {
	width: 60px !important;
}
.form-container select {
	width: 210px;
	padding: 3px;
}
.form-container .select-small {
	width: 100px;
}
.form-container textarea {
	width: 210px;
	padding: 3px;
	height: 130px;
}
.form-text-required {
	color: #0066FF;
	font-size: 14px;
	font-weight: bold;
}
.form-container .form-required {
	color: #0066FF;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 14px;
	font-weight: bold;
}
.form-text-warning {
	background-color: #e8e7e7;
	color: #cc0000;
	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;
}


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

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


.imagechoice {
	height: 90px;
	position: relative;
	padding-top: 5px;
}
.imagechoice a {
	text-align: center;
	display: block;
	float: left;
	height: 100px;
	width: 90px;
	position: relative;
}
.imagechoice img {
	border: 1px solid #999999;	
}
.imagechoice a:hover {
	text-decoration: none;
} 
.imagechoice a:hover img {
	border: 1px solid #0066FF;
} 
.imagechoice a:hover span {
	text-decoration: underline;
} 
.imagechoice .imagechoice-on img {
	border: 2px solid #0066FF;	
}
.imagechoice .imagechoice-on span {
	font-weight: bold;
	text-decoration: underline;
}
.imagechoice .imagechoice-on:hover img {
	border: 2px solid #0066FF !important;	
}

