/*=={ Form Settings }==============================================*/
img.button { cursor: pointer; }
input      { position: relative; z-index: 5; }

#contact_form
{
	position: relative;
	padding: 15px; margin: 20px 0px;
	border: 2px solid #FFE75B;
	background-color: #FFFFFF;
	background-image: url('../images/ui/UI-Form-BG.png');
	background-repeat: repeat-x;
}

.sized    { width: 600px; }
.centered { margin: 0px auto; }

form.unstyled { background: none !important; border: none !important; }
span.rating_option { padding-right: 25px; }

label { display: block; color: #333333; padding: 20px 5px 2px 0px; font-weight: bold; }

.input_fields        { margin: 0px; clear: both; }
.input_fields_float  { display: inline; float: left; margin: 0px 20px 0px 0px; }
.input_fields_center { margin: 0px; clear: both; text-align: center; }

#contact_form h4       { margin: 40px 20px  0px 20px; color: #000000; font-size: 10pt; border-bottom: 1px solid #000000; }
#contact_form p.req    { margin:  0px 20px 0px 0px; color: #DE6020; font-weight: normal; text-align: right; }
#contact_form span.req { color: #DE6020; font-weight: bold; }

#contact_form a:link    { color: #0871B9; font-weight: normal; text-decoration: underline; }
#contact_form a:visited { color: #0871B9; font-weight: normal; text-decoration: underline; }
#contact_form a:hover   { color: #0871B9; font-weight: normal; text-decoration: underline; }
#contact_form a:active  { color: #0871B9; font-weight: normal; text-decoration: underline; }

#inset { margin: 10px; padding: 5px; background-color: #BBD0E0; }
#inset label { margin-left: 10px; }

#taking_provigil { margin-left: 40px; display: none; }

/* note: the display: inline; rule fixes a display issue in IE6 */
#agree_checkbox  { display: inline; width: 30px; float: left; margin: 20px 0px 0px 0px; }
#agree_text      { margin: 20px 15px 0px 30px; }

#submit          { padding: 10px 0px 0px 0px; margin: 0px; text-align: center; }
#submit p        { font-size: 8.5pt; }

input[type=text]     { border: 1px solid #999999; padding: 2px; }
input[type=password] { border: 1px solid #999999; padding: 2px; }
select               { border: 1px solid #999999; padding: 1px; }

select.qty { text-align: right; }

.input_020 { width:  20px; }
.input_030 { width:  30px; }
.input_040 { width:  40px; }
.input_050 { width:  50px; }
.input_075 { width:  75px; }
.input_100 { width: 100px; }
.input_120 { width: 120px; }
.input_150 { width: 150px; }
.input_160 { width: 160px; }
.input_165 { width: 165px; }
.input_170 { width: 170px; }
.input_175 { width: 175px; }
.input_185 { width: 185px; }
.input_200 { width: 200px; }
.input_210 { width: 210px; }
.input_250 { width: 250px; }
.input_260 { width: 260px; }
.input_270 { width: 270px; }
.input_275 { width: 275px; }
.input_300 { width: 300px; }
.input_340 { width: 340px; }
.input_350 { width: 350px; }
.input_365 { width: 365px; }
.input_370 { width: 370px; }
.input_375 { width: 375px; }
.input_400 { width: 400px; }
.input_430 { width: 430px; }
.input_450 { width: 450px; }
.input_475 { width: 475px; }
.input_500 { width: 500px; }
.input_525 { width: 525px; }
.input_545 { width: 545px; }
.input_550 { width: 550px; }
.input_560 { width: 560px; }
.input_570 { width: 570px; }
.input_575 { width: 575px; }
.input_600 { width: 600px; }

.submit_button { vertical-align: middle; }

/*=={ Calculator Settings }========================================*/
#calculator                { position: relative; width: 390px; margin: 0px auto; }
#calculator table          { position: relative; margin: 0px 5px 0px 2px; border: 2px solid #FFE75B; background-color: #FFFFFF; background-image: url('../images/ui/UI-Form-BG.png'); background-repeat: repeat-x; }
#calculator tr.lined td    { border-bottom: 1px dotted #999999; }
#calculator td             { padding: 5px 10px; min-width: 30px; }
#calculator #result        { width: 75px; height: 25px; font-size: 15pt; color: #DE6020; text-align: right; line-height: 25px; border: 1px solid #FFEA6E; }
#calculator #result_row td { line-height: 65px; vertical-align: middle; }

/*==[ Table Styles ]===============================================*/
table.cf {
	width: 100%;
	padding: 0px; margin: 20px 0px;
	border: 2px solid #FFCC00;
	background-color: #FFFFFF;
	background-image: url('../images/ui/UI-Form-BG.png');
	background-repeat: repeat-x;
}

table.cf tr th         { position: relative; padding: 10px; font-weight: bold; }
table.cf tr td         { position: relative; padding: 2px 10px; }

table.cf tr th h2      { margin: 15px 0px 5px 0px !important; color: #E16526 !important; font-size: 11pt !important; }
table.cf tr th h3      { margin:  0px 0px 0px 0px !important; color: #333333 !important; font-size:  8pt !important; }
table.cf tr th h4      { margin: 15px 0px 5px 0px !important; color: #E16526 !important; font-size:  9pt !important; }

table.cf tr td h2      { margin: 15px 0px 5px 0px !important; color: #E16526 !important; font-size: 11pt !important; }
table.cf tr td h3      { margin:  0px 0px 0px 0px !important; color: #333333 !important; font-size:  8pt !important; }
table.cf tr td h4      { margin: 15px 0px 5px 0px !important; color: #E16526 !important; font-size:  9pt !important; }

table.cf tr td img     { margin: 2px 0px !important; }

table.cf tr td.b_s_all { border:        1px solid #FFCC00; }
table.cf tr td.b_s_t   { border-top:    1px solid #FFCC00; }
table.cf tr td.b_s_r   { border-right:  1px solid #FFCC00; }
table.cf tr td.b_s_b   { border-bottom: 1px solid #FFCC00; }
table.cf tr td.b_s_l   { border-left:   1px solid #FFCC00; }

table.cf tr td.b_d_all { border:        1px dashed #FFCC00; }
table.cf tr td.b_d_t   { border-top:    1px dashed #FFCC00; }
table.cf tr td.b_d_r   { border-right:  1px dashed #FFCC00; }
table.cf tr td.b_d_b   { border-bottom: 1px dashed #FFCC00; }
table.cf tr td.b_d_l   { border-left:   1px dashed #FFCC00; }

table.cf tr td.b_n_all { border:        0px none #FFCC00; }
table.cf tr td.b_n_t   { border-top:    0px none #FFCC00; }
table.cf tr td.b_n_r   { border-right:  0px none #FFCC00; }
table.cf tr td.b_n_b   { border-bottom: 0px none #FFCC00; }
table.cf tr td.b_n_l   { border-left:   0px none #FFCC00; }

table.pf {
	width: 100%;
	padding: 0px; margin: 20px 0px;
	border: none;
}

table.pf tr th         { position: relative; padding: 10px; font-weight: bold; }
table.pf tr td         { position: relative; padding: 2px 10px; }

table.pf tr th h2      { margin: 15px 0px 5px 0px !important; color: #E16526 !important; font-size: 11pt !important; }
table.pf tr th h3      { margin:  0px 0px 0px 0px !important; color: #333333 !important; font-size:  8pt !important; }
table.pf tr th h4      { margin: 15px 0px 5px 0px !important; color: #E16526 !important; font-size:  9pt !important; }

table.pf tr td h2      { margin: 15px 0px 5px 0px !important; color: #E16526 !important; font-size: 11pt !important; }
table.pf tr td h3      { margin:  0px 0px 0px 0px !important; color: #333333 !important; font-size:  8pt !important; }
table.pf tr td h4      { margin: 15px 0px 5px 0px !important; color: #E16526 !important; font-size:  9pt !important; }
table.pf tr td h5      { margin: 15px 0px 5px 0px !important; color: #999999 !important; font-size:  9pt !important; }

table.pf tr td.left    { text-align: left;   }
table.pf tr td.center  { text-align: center; }
table.pf tr td.right   { text-align: right;  }

table.pf tr td img     { margin: 2px 0px !important; }

table.pf tr td.b_s_all { border:        1px solid #AAAAAA; }
table.pf tr td.b_s_t   { border-top:    1px solid #AAAAAA; }
table.pf tr td.b_s_r   { border-right:  1px solid #AAAAAA; }
table.pf tr td.b_s_b   { border-bottom: 1px solid #AAAAAA; }
table.pf tr td.b_s_l   { border-left:   1px solid #AAAAAA; }

table.pf tr td.b_d_all { border:        1px dashed #AAAAAA; }
table.pf tr td.b_d_t   { border-top:    1px dashed #AAAAAA; }
table.pf tr td.b_d_r   { border-right:  1px dashed #AAAAAA; }
table.pf tr td.b_d_b   { border-bottom: 1px dashed #AAAAAA; }
table.pf tr td.b_d_l   { border-left:   1px dashed #AAAAAA; }

table.pf tr td.b_n_all { border:        0px none #AAAAAA; }
table.pf tr td.b_n_t   { border-top:    0px none #AAAAAA; }
table.pf tr td.b_n_r   { border-right:  0px none #AAAAAA; }
table.pf tr td.b_n_b   { border-bottom: 0px none #AAAAAA; }
table.pf tr td.b_n_l   { border-left:   0px none #AAAAAA; }

.hover_thumb { display: none; position: absolute; top: 0px; left: 0px; width: 200px; border: 4px solid #E15625; background: #FFFFFF; z-index: 1000; }
.hover_thumb p { margin: 0px; padding: 5px; border-top: 1px solid #E15625; }

/* Simple Slide-down Contact Form */
#jqForm
{
	display: none; position: absolute;
	top: 0px; right: 0px; width: 0px; height: 0px;
	overflow: hidden;
	background: transparent url("/_assets/images/jquery-nuvigil/form-bg.png") top left no-repeat;
}

#jqForm form      { display: none; width: auto; height: auto; margin: 0px; padding: 0px; border: none; background: transparent; }
#jqForm .interior { background: transparent; padding: 41px 45px 0px 45px; }

#jqForm h2        { margin: 0px 0px 14px 0px; color: #E36F1E; font-size: 16px; font-weight: bold; }
#jqForm label     { margin: 0px; padding: 0px 5px 2px 0px; font-size: 10px; line-height: 12px; }
#jqForm p         { position: relative; margin: 0px 30px 12px 30px; padding: 0px; font-size: 10px; line-height: 12px; }
#jqForm p.button  { position: relative; margin: 0px; }
#jqForm p.limits  { position: relative; margin: 0px 170px; font-size: 11px; line-height: 12px; text-align: left; }

#OptInCheckbox    { float: left; width: 20px; height: 20px; }

#jqForm .submit_button
{
	display: block; overflow: hidden;
	cursor: pointer;
	width: 243px; height: 63px;
	margin: 0px auto;
	text-indent: -486px; text-transform: capitalize;
	outline: none; border: none;
	background: transparent url("/_assets/images/jquery-nuvigil/form-submit.png") top left no-repeat;
}

#jqForm .close   { position: absolute; top: 275px; right: 15px; height: 34px; }


/*==[ HCP Portal Forms ]===========================================*/
#portal_form p.req
{
	float: right;
	margin: 25px 0px 0px 0px;
	color: #DE6020; font-size: 11px;
	font-weight: normal;
	text-align: right;
}
#portal_form span.req { color: #DE6020; font-weight: bold; }

#portal_form fieldset
{
	float: left; display: inline;
	margin: 0px 30px 0px 0px;  padding: 10px 0px 10px 0px;
	font-size: 11px; font-weight: normal;
	line-height: 15px;
	border: none;
}

#portal_form legend
{
	margin: 0px; padding: 0px;
	color: #333333; font-size: 11px;
	font-weight: bold; line-height: 15px;
}

#portal_form label
{
	float: left; display: inline;
	margin: 0px 30px 0px 0px;  padding: 10px 0px 10px 0px;
	font-size: 11px; font-weight: bold;
	line-height: 15px;
}

#portal_form fieldset label { float: none; margin: 0px; padding: 0px; font-weight: normal; }

#portal_form input[type=checkbox] { top: 2px; }
#portal_form input[type=image]    { right: 15px; }

#portal_form .form_error  { font-size: 1.1em; color: #CC0000; }
#portal_form .field_error { font-size: 0.9em; color: #CC0000; margin: 0px; font-weight: normal; }

#portal_form p.submit       { clear: both; padding-top: 15px; color: #444444; }
#portal_form p.submit input { float: right; margin: 0px 0px 0px 10px; vertical-align: middle; }

