/* ///	DAR WELCOME PAGE /// */

.dar_welcome_register {
	margin: 0 auto;
	width: 670px;
}

#dar_welcome_header {
	position: relative;
	width: 670px;
	height: 286px;
	background: url('/_common/gfx/_dar/dar_welcome_header.png') no-repeat top left;
}

#er_logo_lg {
	margin: 26px 0 0 49px;
	width: 224px;
	height: 215px;
}

#dar_logo_lg {
	margin: 23px 0 0 37px;
	width: 250px;
	height: 235px;
}

#dar_welcome_bullet_points {
	width: 670px;
}

#dar_welcome_bullet_points img{
	float: left;
}

#dar_about {
	margin-top: 50px;
	padding: 0 10px;
	width: 650px;
	font-size: 1em;
	text-align: justify;
}

/* /// DAR WELCOME LOGIN /// */

#dar_welcome_login{
	padding: 15px 0 15px 20px;
	width: 635px;
}

#dar_welcome_login span {
	float: left;
}

#dar_welcome_login input, #dar_forgot_pass input{
	width: 100%;
	height: 13px;
	color: #999;
	border: 1px solid #666;
	background: black;
}

.dar_login_field {
	position: relative;
	width: 165px;
}

.overlabel {
	color: #999;
}

#dar_button_register {
	position: absolute;
	top: 215px;
	left: 519px;
	width: 112px;
	height: 24px;
	background: url("/_common/gfx/_dar/dar_button_register_now.png") no-repeat top left;
	border: 0;
}

#dar_button_login {
	margin-left: 10px;
	width: 65px;
	height: 17px;
	background: url("/_common/gfx/_dar/dar_button_login.png") no-repeat top left;
	border: 0;
	float: left;
}

.dar_login_warning {
	margin-top: 15px;
	width: 100%;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	color: red;
}

#dar_login_forgot {
	margin: 0 0 0 15px;
	float: left;
}

#dar_forgot_pass {
	margin: 50px auto 0 auto;
	padding: 30px 20px;
	width: 445px;
	border: 1px solid #333;
}

#dar_forgot_pass span {
	float: left;
}

#dar_button_send {
	margin-left: 10px;
	width: 65px;
	height: 17px;
	background: url("/_common/gfx/_dar/dar_button_send.gif") no-repeat top left;
	border: 0;
}

#dar_button_change {
	width: 71px;
	height: 17px;
	background: url("/_common/gfx/_dar/dar_button_change.gif") no-repeat top left;
	border: 0;
}


/* /////////////DAR LAYOUT///////////// */

#dar_body {
	padding-top: 50px;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: left;
	border-top: 1px solid #333;
}

#dar_left {
	margin: 0 auto;
	width: 387px;
}

.dar_roundRect {
	margin-bottom: 30px;
	padding: 20px 20px 15px 20px;
	width: 350px;
	border: 1px solid #333;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.dar_roundRect_header {
	margin: 0 0 10px 5px;
	width: 250px;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	float: left;
}

.dar_roundRect_instruct {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	float: right;
}

/* /// DAR ELEMENT CLASSES /// */

.dar_roundRect span {
	margin-bottom: 8px;
	float: left;
}

.dar_roundRect input, .dar_user_section input {
	width: 100%;
	height: 13px;
	font-size: 12px;
	color: white;
	border: 1px solid #333;
	background: black;
	float: left;
}

.dar_roundRect input.styled, .dar_user_section input.styled {
	width: 13px;
	height: 13px;
}

.dar_roundRect select, .dar_user_section select {
	width: 100%;
}

.dar_roundRect textarea, .dar_user_section textarea {
	margin: 0 0 12px 0;
	width: 100%;
	height: 50px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Verdana", "Arial", sans-serif;
	font-size: 12px;
	color: white;
	border: 1px solid #333;
	background: black;
}

.dar_roundRect label, .dar_user_section label {
	font-size: 12px;
	color: white;
	float: left;
}


/* /// DAR FORM LABELS /// */

.dar_caption {
	font-size: 11px;
}

.dar_caption_lg {
	margin-bottom: 12px;
}

.dar_caption_lg_it {
	margin: 0 0 12px 5px;
	float: left;
}

.dar_caption_lg_nm {
	margin: 1px 10px 8px 0;
	font-style: normal;
	float: left;
}

/* /// DAR ERRORS /// */

#dar_general_error {
	margin-bottom: 20px;
	padding: 10px;
	width: 675px;
	text-align: center;
	border: 1px solid #6c1014;
}

.dar_required {
	color: #d72027;
}

.dar_error_warning {
	margin: 10px 0;
	width: 100%;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	background: #6c1014;
}

input.error {
	border: 1px solid #d72027;
}

label.error {
	display: none;
}

/* /// DAR INNER ELEMENTS /// */

.dar_roundRect_sub_left {
	width: 100px;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	float: left;
	display: inline;
}

.dar_roundRect_sub_right {
	width: 100px;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	float: right;
	display: inline;
}

.dar_box_divider {
	margin: 25px 0 5px 0;
	padding: 0 2px;
	width: 100%;
	font-size: .9em;
	font-weight: bold;
	border-bottom: 1px solid #666;
	float: left;
}

.dar_box_divider_sm {
	margin: 0 0 10px 0; 
	padding-left: 2px;
	width: 90%;
	font-size: .9em;
	font-weight: bold;
	border-bottom: 1px solid #666;
}

.dar_field_group {
	margin-top: 20px; 
	padding-left: 8px; 
	width: 100%;
	font-size: .9em;
	border-left: 4px solid #2c2c2c;
}

#dar_continue {
	margin: 10px 0 10px 0;
	padding-top: 20px;
	width: 100%;
	border-top: 1px solid #333;
}

#dar_thankyou {
	margin: 50px auto 0 auto;
	padding: 30px 20px;
	width: 432px;
	text-align: center;
	border: 1px solid #333;
}

/* /// DAR BUTTONS /// */

#dar_button_continue {
	float: right;
	width: 76px;
	height: 17px;
	background: url("/_common/gfx/_dar/dar_button_continue.gif") no-repeat top left;
	border: none;
}

#dar_button_finish {
	float: right;
	width: 63px;
	height: 17px;
	background: url("/_common/gfx/_dar/dar_button_finish.gif") no-repeat top left;
	border: none;
}


/* /// DAR SIDEBAR /// */

#dar_sidebar {
	margin-top: 25px;
	padding: 10px;
	width: 230px;
}

#dar_sidebar img{
	margin-top: 15px;
}


/* /// DAR ACCEPT TERMS CONDITIONS /// */

#dar_accept_terms {
	margin-bottom: 20px;
	padding: 15px;
	width: 500px;
	height: 400px;
	border: 1px solid #333;
	float: left;
}

#dar_accept_terms_scroll {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	
}

#dar_button_accept {
	width: 64px;
	height: 17px;
	background: url("/_common/gfx/_dar/dar_button_accept.gif") no-repeat top left;
	border: none;
}

#dar_button_decline {
	width: 64px;
	height: 17px;
	background: url("/_common/gfx/_dar/dar_button_decline.gif") no-repeat top left;
	border: none;
}

/* /// DAR USER PAGE /// */

#dar_sub_header {
	width: 100%;
	margin: 10px 0 25px 0;
	padding-bottom: 25px;
	font-size: 1.5em;
	line-height: 1em;
	border-bottom: 1px dotted #333;
}

#dar_work_experience_brief {
	margin-top: 5px; 
	font-size: .9em; 
	line-height: 1.3em;
}

.dar_user_section_header {
	margin-bottom: 15px;
	width: 100%;
	font-size: 1.3em;
	border-bottom: 1px dotted #333;
	cursor: pointer;
}

.dar_user_section_header img {
	float: left;
}

.dar_user_section {
	margin-bottom: 50px;
	width: 100%;
	font-size: .85em;
	line-height: 1.5em;
}

.dar_user_section span {
	float: left;
}

.dar_user_section_row {
	margin-bottom: 10px;
	width: 100%;
}

.dar_user_sub_section_1up, .dar_user_sub_section_2up, .dar_user_sub_section_3up {
	margin: 0 0 20px 20px;
	padding: 12px;
	float: left;
	display: inline;
	border: 1px solid #333;
}

.dar_user_sub_section_1up {
	margin: 0 0 20px 0;
	width: 670px;
	min-height: 70px;
}

.dar_user_sub_section_2up {
	width: 312px;
	min-height: 150px;
}

.dar_user_sub_section_3up {
	width: 192px;
	min-height: 170px;
}


.dar_user_section_sub_header {
	margin-bottom: 15px;
	width: 100%;
	font-weight: bold;
	line-height: 1.2em;
	border-bottom: 1px solid #333
}

.dar_collapse_plus {
	margin: 7px 10px 0 0;
	width: 13px;
	height: 13px;
	background: url('/_common/gfx/_dar/dar_collapse_combo.png') no-repeat 0 0;
	float: left;
	display: block;
}

.dar_collapse_minus {
	background: url('/_common/gfx/_dar/dar_collapse_combo.png') no-repeat -13px 0;
}

#dar_user_general, #dar_user_vfx_mgd, #dar_user_web, #dar_user_studio, #dar_user_additional {
	display: none;
}

.dar_user_tools {
	position: relative;
	width: 695px;
	text-align: right;
}

.dar_user_edit {
	margin-top: 0;
	margin-bottom: 10px;
}

#dar_user_cancel {
	margin: 0 110px 10px 0;
}

#dar_button_save_changes {
	margin-bottom: 10px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 17px;
	background: url("/_common/gfx/_dar/dar_button_save_changes.gif") no-repeat top left;
	border: none;
}
