@charset "UTF-8";
/* CSS Document */

div.multiple-inputs				{margin-bottom: 2px; margin-right: -14px;}
div.multiple-inputs div.column	{display: block; float: left; margin-right: 10px;}

input.sign-up		{width: 432px; font: bold 120% Arial, Helvetica, sans-serif; padding: 4px; border: 1px solid #999; margin-top: 3px;}
input.sign-up:focus	{background-color: #ff9;}
input.shorter		{width: 206px;}

select.sign-up			{width: 442px; font: bold 120% Arial, Helvetica, sans-serif; padding: 4px; border: 1px solid #999; margin-top: 3px;}
select.sign-up:focus	{background-color: #ff9;}
select.shorter			{width: 216px;}

p.enter-details,div.enter-details	{color: #333; margin-bottom: 10px; padding-left: 31px; font-size: 9pt;}

div.accept-terms				{margin-top: 20px; padding-left: 27px;}
div.accept-terms input			{}
div.accept-terms a				{}
div.accept-terms label			{font-weight: bold;}

#uniqueAccountName	{color: #c54305;}


p.account-name-url						{font-size: 9pt !important; line-height: 1.5em; padding-left: 32px; color: #666; padding-bottom: 3px;}
p.account-name-url span#accountNameURL	{
	background-color: #ddd;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px; 
	margin: 0 1px;
	padding: 0 5px; 
	font-weight: normal;
	color: #333;
	text-transform: lowercase;
}

span.activation-email-address	{display: block; margin-top: 6px;}

#location-prompt		{
	display: none;
	position: absolute;
	background: #c74a0d url(/images/bg-location-prompt.png) repeat-x 0 0;
	color: #ecc66e;
	font: normal 12pt Arial, Helvetica, sans-serif;
	width: 210px;
	padding: 10px 16px 13px 16px;
	margin: -32px 0 0 449px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;
	z-index: 9999;
}

#location-prompt span	{color: #fff;}


.fieldset	{
	background-color: #f1f1f1;
	border: 1px solid #eee;
	width: 555px;
	padding: 16px 13px;
	margin-top: 20px;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;	
}

.fieldset h3	{
	margin-bottom: 10px !important;
}

p.signup-submit	{
	margin-top: 18px;
	padding-left: 40px;
}

.signup-extras	{
	margin-top: 81px;
}

/* Error Styles */
div#errorExplanation { 
	background-color: #e6cece;
	border: solid 4px #f3e8e8;
	margin: 15px 0 -10px 0;
	padding: 16px 20px;
	width: 536px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;
}
div#errorExplanation h2 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #992122;
}
div.fieldWithErrors { display: inline;}
div.fieldWithErrors input,
div.fieldWithErrors select{ background-color: #e7d5d5; border: solid 1px #992122; padding: 4px;}
div.formError { font-size: 90%; color: #992122; margin: 4px 0 10px 0;}
div.ClearBoth { clear: both; width: 100%; height: 1px; }

div.top-error-message	{width: 430px; padding: 12px 14px; margin-left: -8px; color: #000; margin-bottom: 20px; background-color: #e7d5d5; border: 8px solid #f4ebeb; font: bold 11pt Arial, Helvetica, sans-serif;}
div.top-error-message ul	{list-style-type: disc; padding-left: 20px; margin: 10px 0 5px 0;}
div.top-error-message ul li	{font-weight: normal; font-size: 9pt;}
