﻿/* Form */
.form{
/*	margin: 0 130px 0 0;*/
}

.form fieldset{
	border: 1px solid #A3A5BF;
	border: 0 none;
	padding: 1em 1em 0 1em;
	margin: 0 0 1em 0;
}

.form div{
}

.form .row{
	position: relative;
	width: 47em;
	margin: 0 0 1em 0;
}

#navon_checkout .form .row{
	width: 60em;
}
#navon_hair-salons .form .row{
	width: 35em;
}
.frmSmall .row{
	width: 25em;
}

.form .header{
  font-weight: bold;
}

.form fieldset legend{
	color: #fff;
	background: url(../img/bghdr.gif) no-repeat;
	font-weight: bold;
	width: 204px;
	height: 43px;
	line-height: 43px;
	padding-left: 18px;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0 0 1em 0;
}

.form .row{
	clear: left;
}

.form .row label{
	width: 9.5em;
	float: left;
	display: block;
	text-align: right;
	padding: 0.3em 0.5em 0 0;
}

.form .row label.noFloat{
    float: none;
	display: inline;
	padding: 0.3em 0.5em 0 0.5em;
}
.form .row span{
	padding: 0.3em 0.5em 0 0;
	float: left;
	display: block;
}
.form .row label em{
	color: #FF0000;
	position: absolute;
	left: 32em;
	width: 15em;
	text-align: left;
}
.frmSmall .row label em{
	left: 25em;
}

.form .row input.inp,
.form .row textarea{
	width: 20em;
}
.form .row select.inp{
	width: 20.5em;
}
.form .row input.inpMed{
	width: 13em;
}
.form .row  span.chk{
	padding: 0 0 0 10em;
}
.form .row  span.chk input{
	line-height: 1.5em;
	float: left;
}
.form .row  span.chk label{
	width: 35em;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
	line-height: 1.5em;
	vertical-align:middle;
}
.form .row textarea{
	height: 5em;
}
.form .row label.thin,
.form .row input.thin{
	width: 5em;
}
.form .row label.med,
.form .row input.med{
	width: 7em;
}
.form .row p.note{
	padding: 0.3em 0 0 10em;
	margin: 0;
    color: #3c597d;
}
.form .buttons{
	padding: 0.3em 0 1em 9em;
	text-align: left;
	width: 38em;
}
#navon_checkout .form .buttons{
	width: 51em;
}
#navon_hair-salons .form .buttons{
	width: 27em;
}
.frmSmall .buttons{
	width: 16em;
}
.form blockquote{
	margin-left: 10em;
}
.form fieldset div.instructions {
	float: right;
	width: 15em;
	height: auto;
	margin: 0px 0px 10px 5px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ccccff;
	color: #666666;
}

.form fieldset div.instructions h4 {
	font-size: 1em;
	background: url(/img/formhelp.png) no-repeat top left;
	padding: 3px 0px 3px 20px;
	border-bottom: 1px solid #666666;
	color: #666666;
}

.form fieldset div.instructions p{
	font-size: 0.9em;
	margin: 0 0 1.2em 0;
	color: #666666;
}

.form fieldset div.instructions ol,
.form fieldset div.instructions ul{
	margin: 0 0 1.2em 0em;
}

.form fieldset div.instructions ol li,
.form fieldset div.instructions ul li{
	font-size: 0.9em;
}

.form fieldset div.instructions p a,
.form fieldset div.instructions p a:link,
.form fieldset div.instructions p a:active,
.form fieldset div.instructions p a:visited{
	color: #666666;
}

.form fieldset div.instructions p a:hover{
	color: #FF0000;
}

.form fieldset div.instructions ul.last,
.form fieldset div.instructions ol.last,
.form fieldset div.instructions p.last{
	margin: 0em;
}
.form fieldset div.AspNet-RadioButtonList {
	width: 20em;
}
.form fieldset div.AspNet-RadioButtonList label{
	float: none;
	display: inline;
	text-align: left;
	padding: 0.3em 0.5em 0 0;
}
.form fieldset div.AspNet-RadioButtonList span{
	padding: 0.3em 0.5em 0 0;
	float: none;
	display: inline;
}
.form fieldset div.AspNet-RadioButtonList ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.form fieldset li.AspNet-RadioButtonList-Item{
	white-space:nowrap;    /* forces the radio button and text to be on the same line */
	clear: left;
}
/* Suggestion Box
-------------------------------------------------------------*/
.suggestionItem{
	margin: 0 0 15px 0;	
	padding: 0 10px;
	clear: both;
	border: 1px solid #333;
	background: #fff;
	position: relative;
}
.suggestionItem h3{
	padding: 5px 0 2px 20px;
}
.form fieldset div.AspNet-RadioButtonList span.bugfix,
.form fieldset div.AspNet-RadioButtonList span.improv{
    font-weight: normal;
	padding: 5px 0 2px 20px;
}
.form fieldset div.AspNet-RadioButtonList span.improv,
.suggestionItem h3.improv{
    background: url(/img/iLightbulb.png) no-repeat 0 4px;
}
.form fieldset div.AspNet-RadioButtonList span.bugfix,
.suggestionItem h3.bugfix{
    background: url(/img/iBug.png) no-repeat 0 4px;
}
.suggestionItem p.subTitle{
	font-size: 1.1em;
	font-style: italic;
	color: #666666;
}
.suggestionItem p.comment{
	color: #0000CC;
}
.suggestionItem p.status{
	font-size: 1.1em;
	color: #666666;
}
.suggestionItem input.btnVote{
	font-size: 1em;
}
.ratingStar {
	position: relative;
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar {
    background-image: url(/img/FilledStar.png);
}
.emptyRatingStar {
    background-image: url(/img/EmptyStar.png);
}
.savedRatingStar {
    background-image: url(/img/SavedStar.png);
}
