h1
{
	font-size:1.92em;
	line-height:normal;
	color:#430053;
	font-weight:normal;
	padding-bottom:.64em;
}

h2
{
	font-size:1.27em;
	line-height:normal;
	color:#430053;
	font-weight:normal;
	padding-bottom:1.12em;
}

.instructions
{
	background-image:url(/img/accents/doubledottedline_horiz_gray.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:1.27em;
	margin-bottom:1.27em;
}
.form_group
{
	background-image:url(/img/accents/dottedline_horiz_gray.gif);
	background-repeat:repeat-x;
	padding-top:1.92em;
	margin-top:1.92em;
}

div.form_group.first
{
	background-image:none;
	padding-top:0;
	margin-top:0;
}

.form_pair
{
	margin-bottom:.46em;
}

label
{
	display:block;
	width:282px;
}

input
{
	display:block;
	width:282px;
}

input.checkbox
{
	display:inline;
}

select
{
	width:286px;
}

.submit_area
{
	margin-top:2em;
	padding-top:2.5em;
	background-image:url(/img/accents/doubledottedline_horiz_gray.gif);
	background-repeat:repeat-x;
}

.why
{
	color:#8E8E8E;
	font-size:.77em;
}
.why a { color:#8E8E8E; }

.default_width
{
	display:inline;
}


/* REGISTER PAGE */


.register .survey_scale
{
	min-height:0; /* IE 7 */
	margin-bottom:1.3em;
	
}
.register .survey_scale:after
{
	content:".";
	clear:both !important;
	display:block;
	height:0;
	visibility:hidden;
}
* html .register .survey_scale { height:1%; } /* IE 6 */

.register .survey_scale.first
{
	margin-top:1em;
}

.register .survey_scale p.question
{
	float:left;
	width:520px;
	margin-right:30px;
	margin-top:1.57em;
}

.register .survey_scale .answer
{
	float:left;
	width:255px;
	padding-top:8px;
}

.register .survey_scale .explanation
{
	min-height:0; /* IE 7 */
	padding-left:6px;
	padding-right:6px;
	font-size:.77em;
	line-height:normal;
	font-weight:bold;
}
.register .survey_scale .explanation:after
{
	content:".";
	clear:both !important;
	display:block;
	height:0;
	visibility:hidden;
}
* html .register .survey_scale .explanation { height:1%; } /* IE 6 */

.register .survey_scale .explanation .disagree { float:left; } 
.register .survey_scale .explanation .agree { float:right; } 

.register .survey_scale ul.choices
{
	min-height:0; /* IE 7 */
	list-style:none;
	margin:0;
	padding:0;
}
.register .survey_scale ul.choices:after
{
	content:".";
	clear:both !important;
	display:block;
	height:0;
	visibility:hidden;
}
* html .register .survey_scale ul.choices { height:1%; } /* IE 6 */

.register .survey_scale ul.choices li 
{ 
	float:left; 
	width:1.89em; 
}
.register .survey_scale ul.choices li input
{
	margin-left:6px;
	*margin-left:2px;
}
.register .survey_scale ul.choices li label
{
	text-align:center;
	width:1.89em;
}

.register #terms_of_use
{
	overflow:auto;
	width:584px;
	height:93px;
	border:1px solid #545454;
	padding-left:4px;
	font-size:.77em;
	line-height:1.2em;
	color:black;
	padding-right:4px;
}

.register #terms_label
{
	font-size:.83em;
	line-height:normal;
}


/* SIGN IN */

.sign_in .forgot_password_link
{
	color:#8E8E8E;
	font-size:.69em;
	line-height:normal;
}
.sign_in .forgot_password_link a 
{
	color:#8E8E8E;
	text-decoration:underline;
}


/* MY PROFILE */

.profile .data
{
	color:#430053;
}

.profile .cta
{
	margin-top:1em;
	margin-bottom:1em;
}

.profile.home p
{
	padding-bottom:.68em;
}

/* PASSWORD INFO */
.profile.password_info #password_asterisk, .profile.password_info #password_confirm_asterisk
{
	visibility:hidden;
}
