.hinted {
	color: #ccc !important;
}

.section, .section-white, .section-blank, .section-proxy, .section-swap-proxy {
	padding: 18px 15px;
	border: solid 1px #b0b8bd;
	margin-top: 35px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* animation and even page scrolling is just too damn horrid with this. :( */
	/*-webkit-box-shadow: 0px 2px 15px rgba( 100, 100, 100, 0.20 );*/
	/*-moz-box-shadow: rgba( 100, 100, 100, 0.20 ) 0px 2px 15px;*/
}

.section, .section-proxy, .section-swap-proxy {
	background-color: #fff;
	background-image: url(/images/section/section-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.section.first {
	margin-top: 2px;
}
/* TODO: change .section-white to .section.white */
.section-white {
	background: #f6f6f6 url("/images/section-white/section-bg.png") repeat-x;
	/*background-color: #f6f6f6;*/
}

.section-proxy, .section-swap-proxy {
	z-index: 19000;
	position: absolute;
	/* safari sucks balls at animating shadows */
	-webkit-box-shadow: none;
	/*-moz-box-shadow: none;*/
}

.section-title {
	font-weight: bold;
}

div.fieldset.editor {
	padding: 0 !important;
}

.fieldset.editor .section-title {
	padding: 10px 0 5px 10px;
}

.fieldset span em, .fieldset-white span em {
	display: inline-block;
	padding-top: 5px;
	padding-left: 5px;
	font-size: .8em;
}

#options {
	float: right;
	margin: 10px 0;
	height: 35px;
	width: 250px;
	text-align: right;
}

label.desc {
	display: block;
	margin: 10px 0 3px 0;
	border: 0;
	/*color: #444;*/
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
}

.fieldset, .fieldset-white {
	margin-top: 15px;
	padding: 5px 25px 5px 10px;
	/*height: 100%;*/
	background-color: #E2F0F9;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	position: relative;
	display: block;
}

.fieldset-white {
	background-color: transparent;
}

.fieldset-white .input input[type="file"] {
	background-color: transparent;
	border-color: transparent;
}

.fieldset input[type="text"], .fieldset input[type="password"], .fieldset textarea,
.fieldset-white input[type="text"], .fieldset-white input[type="password"], .fieldset-white textarea
{
	/*padding: 5px;*/
	/*width: 250px;*/
	/*font-family: Helvetica, sans-serif;*/
	/*font-size: 1.15em;*/
	/*margin: 0px 0px 10px 0px;*/
	/*border: 2px solid #ccc;*/
	width: 353px;
	font: bold 14px Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: -1px;
	vertical-align: bottom;
}

.fieldset input[type="password"], .fieldset-white input[type="password"] {
	width: 150px;
}

.fieldset textarea {
	height: 90px;
}

.fieldset-white input.date,
.fieldset input.date {
	width: 100px;
}
.fieldset .error textarea, .fieldset .error input,
.fieldset .error textarea:focus, .fieldset .error input:focus {
	border: 1px solid red;
}

.f-tip-content h1.error {
	/*color: red !important;*/
	color: #BB5555 !important;
}

.status-icon {
	display: block;
	position:absolute;
	margin-top: 5px;
	right: 0;
	/*float: right;*/
	width: 16px;
	height: 15px;
	z-index: 10;
}

span.error {
	color: red !important;
}

.fieldset .field-error {
	/*color: #FF5555;*/
	color: red;
	padding: 4px 0 0;
	display: inline-block;
}

.fieldset .field-note {
	color: #007dcd;
}

#credit-card-form {
	margin-top: 0px;
}

.fieldset textarea:focus, .fieldset input:focus {
	border: 1px solid #007dcd;
}

.fieldset-white textarea:focus, .fieldset-white input:focus {
	border: 1px solid #707070;
}

.fieldset input.submit-button {
	/*width: 100px;*/
	float: right;
}

label {
	font-size: .85em;
	position: relative;
}

.fieldset-white label,
.fieldset label {
	float: left;
	text-align: right;
	margin-right: 15px;
	padding-top: .5em;
	font-size: 12px;
}

.fieldset input,
/*.fieldset select,*/
.fieldset textarea,
.fieldset-white input,
.fieldset-white select,
.fieldset-white textarea {
	font: normal 14px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 5px;
	border: solid 1px #9fbbcd;
	color: #333;
	background: #fff;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	outline: none;
}

.ext-gecko .fieldset input,
.ext-gecko .fieldset textarea,
.ext-gecko .fieldset-white input,
.ext-gecko .fieldset-white select,
.ext-gecko .fieldset-white textarea {
	padding-top: 7px;
}
.fieldset-white input,
/*.fieldset-white select,*/
.fieldset-white textarea {
	border: solid 1px #c2c2c2;
}

.fieldset select,
.fieldset-white select {
	margin-top: 5px;
	/*font: normal 14px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;*/
}

.fieldset span.input,
.fieldset span.list,
.fieldset span.label,
.fieldset span.select,
.fieldset span.password,
.fieldset span.checkbox,
.fieldset span.textarea,
.fieldset-white span.input,
.fieldset-white span.label,
.fieldset-white span.select,
.fieldset-white span.password,
.fieldset-white span.checkbox,
.fieldset-white span.textarea,
.fieldset-white span.input-block,
ol span.date
{
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #d0e5f2;
	padding: 4px;
	margin: 0 0 10px 0;
	width: 365px;
	min-height: 28px;
	font-size: 13px;
}

ol.inline span.input,
ol.inline span.label,
ol.inline span.select,
ol.inline span.password,
ol.inline span.checkbox,
ol.inline span.textarea,
{
	width: 0;
}

ol.inline span.input {
	width: 186px;
}
ol span.date {
	width: 112px;
}

.fieldset span.textarea.objective,
.fieldset span.textarea.bio {
	width: 600px;
}
#bio-text {
	margin-top: 5px;
	margin-left: 3px;
	font-size: 12px;
}

#bio-text a {
	font-size: 11px;
}

#bio-field {
	margin-bottom: 5px;
	font-size: 12px;
	height: 115px !important;
}

.objective textarea {
	width: 588px;
	height: 90px;
}

.flowz-prompt .fieldset span.input,
.flowz-prompt .fieldset span.textarea {
	width: 363px;
}

.flowz-prompt .fieldset input[type="text"],
.flowz-prompt .fieldset input[type="password"],
.flowz-prompt .fieldset textarea
{
	/*width: 348px;*/
	width: 351px;
}

.flowz-prompt form dd {
	width: 363px;
}

.fieldset-white span.label,
.fieldset-white span.label {
	padding: 12px 0 4px 12px;
	width: 361px;
}

.fieldset-white span.input-block {
	margin-left: 60px;
	width: 812px;
}

span span {
	/* get more specific here!
	/*padding: 0 0 12px 20px;*/
}

.fieldset span.list {
	padding: 12px 0 0px 8px;
}

.fieldset span.textarea,
.fieldset-white span.textarea {
	/*width: 600px;*/
}
.fieldset span.password,
.fieldset-white span.password {
	width: 163px;
}

.fieldset-white span.input,
.fieldset-white span.password,
.fieldset-white span.checkbox,
.fieldset-white span.textarea,
.fieldset-white span.input-block,
.fieldset-white span.date
{
	background: #e7e7e7;
}

.large {
	font-size: .8em !important;
	line-height: normal !important;
	padding: 6px 12px 6px 12px !important;
	-webkit-box-shadow: 0px 0px 5px rgba( 100, 100, 100, 0.22 );
	-moz-box-shadow: rgba( 100, 100, 100, 0.22 ) 0px 0px 5px;
}

form ol {
	margin: 15px 0 0;
	padding: 0;
}

form dl {
	position: relative;
	clear: both;
}

/*form dl dt {*/
.fieldset dt,
.fieldset-white dt {
	float: left;
	/*width: 155px; WTF*/
	/*padding: 12px 25px 0 0; WTF*/
	padding: 10px 12px 0;
	margin: 0;
	text-align: right;
	clear:left;
	font-size: 14px;
}

.fieldset-white dt {
	width: 125px;
	font-weight: bold;
}

.fieldset-white.login dt {
	width: 155px;
	font-weight: normal;
}

form ol.inline dt {
	clear: none;
}

form ol.inline {
	clear: left;
}

/*form dl dt.url {*/
form dt.url {
	padding-right: 0;
	width: 180px;
	clear:left;
}

/*form dl dt.wide {*/
form dt.wide {
	width: 250px;
}

/*form dl dt.textarea {*/
form dt.textarea {
	/*width: 75px;*/
}
/*form dl dt.select {*/
form dt.select {
	padding-top: 8px;
}

.fieldset dd,
.fieldset-white dd {
	float: left;
	position: relative;
	width: 365px;
	padding: 0;
	margin: 0;
	/*clear: right;*/
}

form ol.inline dd {
	width: 110px;
	/*width: 190px;*/
}

form ol.inline dt {
	padding-right: 10px;
}

form ol.inline dt:first-child {
	padding-right: 25px;
}

/*form dl dd {*/
form dl dd {
	float: left;
	position: relative;
	width: 365px;
	padding: 0;
	margin: 0;
	clear: right;
}

form dd label {
	font-size: 12px;
}

/* Office specific settings */

.section.office {
	width: 400px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}

.section.office dt {
	width: 115px;
}

.section.office .fieldset dd {
	width: 220px;
}

.section.office .fieldset span.input {
	width: 230px;
}

.section.office .fieldset input[type="text"],
.section.office .fieldset textarea {
	width: 218px;
}

input[type="text"].province,
input[type="text"].phone {
	width: 100px !important;
}

input[type="text"].postalCode {
	width: 74px !important;
}

.required {
	font-size: 1em !important;
	color: #f90;
	font-weight: bold;
}

