/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;	
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Fin CSS Reset */

html {
    overflow-y: scroll;
}
html, body {
	height: 100%;
}
body {
	background-color: #e5e5e5;
}
form {
	width: 100%;
	float: left;
}
#container {
	background: url(../img/background_head.jpg) repeat-x left top;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -50px 0;
	width: 100%;
	float: left;
}
#head {
	height: 113px;
	width: 980px;
	margin: 0 auto;
}
#head img {
	float: left;
	padding: 23px 0 0 16px;
}
#head h1 {
	float: right;
	font-size: 22px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: #ffb400;
	font-weight: normal;
	width: 614px;
	text-align: center;
	padding: 30px 0 0 0;
}
#content {
	width: 980px;
	margin: 0 auto;
}
#content #jobpanel {
	float: left;
	width: 292px;
	border: 1px solid #ffffff;
	border-right: none;
	background: url(../img/background_jobpanel.jpg) repeat-y left top;
	margin: 50px 0 50px 0;
	padding: 27px 32px 0px 29px;
}
#content #jobpanel .paneldata {
	padding: 0 0 43px 0;
}
#content #jobpanel .paneldata h3 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
	color: #286380;
	background: url(../img/background_h3_jobpanel.jpg) repeat-x 1px bottom;
	padding: 0 0 7px 0;
	margin: 0 0 6px;
}
#content #jobpanel .paneldata p {
	color: #5c5c5c;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 0 5px 1px;
    line-height: 16px;
}
#content #jobpanel .paneldata p strong {
	font-weight: bold;
}

#content #statuspanel {
	width: 521px;
	float: right;
	margin: 28px 13px 50px 0;
	position: relative;
	display: inline;
	padding: 42px 46px 91px 46px;
	background: url(../img/background_statuspanel.jpg) #ffffff no-repeat center bottom;
    min-height: 550px;
}
#content #statuspanel a {
    color: #1587b8;
    text-decoration: underline;
    font-weight: bold;
}
#content #statuspanel strong {
    font-weight: bold;
}
/* Login */
#content #statuspanel.divlogin h2 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	color: #f97000;
	padding: 0 0 8px 0;
    margin: 0 0 20px 0;
	background: url(../img/background_h2_statuspanel.jpg) repeat-x left bottom;
    float: left;
    width: 608px;
}
#content #statuspanel.divlogin h3 {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 24px;
    color: #286380;
    background: url(../img/background_h3_statuspanel.jpg) repeat-x 1px bottom;
    padding: 0 0 7px 0;
    margin: 30px 0 30px;
    float: left;
    width: 608px;
}
#content #statuspanel.divlogin {
	background: url(../img/background_statuspanel_login.jpg) #ffffff no-repeat center bottom;
    min-height: 200px;
    width: 608px;
    margin: 28px 151px 50px 0;
}
#content #statuspanel.divlogin p {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
	padding: 5px 0 20px 0;
    width: 608px;
    float: left;
}
#content #statuspanel.divlogin p.pprices {
    text-align: right;
    padding: 5px 0 30px;
}
#content #statuspanel.divlogin ul {
    width: 608px;
    float: left;
    margin: 10px 0 10px 0;
}
#content #statuspanel.divlogin ul li {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
    padding: 0 0 7px 32px;
    margin: 0 0 0 60px;
	background: url(../img/check_verde_ul.png) no-repeat #ffffff  left top;
}

#content #statuspanel.divlogin .continueaceptation {
    background: #eeeeee;
    float: left;
    padding: 25px 0;
    margin: 25px 0 35px;
    text-align: center;
}
#content #statuspanel.divlogin .continueaceptation p {
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
    color: #286380;
    width: auto;
    text-align: center;
    float: none;
    padding: 0;
}

#content #statuspanel.divlogin .continueaceptation p a {
	float: none;
	border: none;
	background: none;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #ffffff;
	width: auto;
	height: 30px;
	text-align: center;
    background: #CF6200;
	position: relative;
	margin: 18px 0 10px 20px;
	display: inline;
	cursor: pointer;
    padding: 6px 40px;
    overflow: visible;
    text-decoration: none;
}

table#prices {
    width: 100%;
    background: none;
    border: none;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
    text-align: center;
    margin: 5px 0 5px;
    float: left;
} 
table#prices strong {
    font-weight: bold;
}
table#prices tr th {
    background: #2f96c8;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 8px 0px;
}
table#prices tr th.priceservice {
    width: 160px;
}
table#prices tr th.pricesymptoms {
    width: 120px;
}
table#prices tr th.priceprices {
    width: 120px;
}
table#prices tr th.pricetime {
    width: 208px;
}
table#prices tr td {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #d9d9d9;
    padding: 9px 8px;
}
table#prices tr.first td {
    background: #f4f4f4;
}
table#prices tr.second td {
    background: #fff3b7;
}
table#prices tr td.pricestimes {
    text-align: left;
    font-size: 11px;
    line-height: 18px;
    padding: 9px 8px 9px 26px;
}

table#pricesraid {
    width: 100%;
    background: none;
    border: none;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
    text-align: center;
    margin: 5px 0 5px;
    float: left;
} 
table#pricesraid strong {
    font-weight: bold;
}
table#pricesraid tr th {
    background: #2f96c8;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 8px 0px;
}
table#pricesraid tr th.priceservice {
    width: 120px;
}
table#pricesraid tr th.diagnosis {
    width: 80px;
}
table#pricesraid tr th.pricesymptoms {
    width: 100px;
}
table#pricesraid tr th.priceprices {
    width: 100px;
}
table#pricesraid tr th.pricetime {
    width: 208px;
}
table#pricesraid tr td {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #d9d9d9;
    padding: 9px 8px;
}
table#pricesraid tr.first td {
    background: #f4f4f4;
}
table#pricesraid tr.second td {
    background: #fff3b7;
}
table#pricesraid tr td.pricestimes {
    text-align: left;
    font-size: 11px;
    line-height: 18px;
    padding: 9px 8px 9px 26px;
}



#content #statuspanel.divlogin div {
	width: 608px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
}
#content #statuspanel.divlogin div.button {
    text-align: left;
    width: 608px;
}
#content #statuspanel.divlogin div.button input {
    margin: 10px 0 3px 247px;
}
#content #statuspanel.divlogin div.validation-summary-errors {
	width: 341px;
	float: left;
	clear: both;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	color: #666666;
	padding: 14px 20px 14px 247px;
    background: #fff3b8 url(../img/icon_error.png) no-repeat 185px center;
    margin: 5px 0 17px 0;
}
#content #statuspanel.divlogin div.validation-summary-errors ul {
    width: auto;
    float: left;
    margin: 0;
}
#content #statuspanel.divlogin div.validation-summary-errors ul li {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	color: #666666;
    padding: 0 ;
    margin: 0 ;
	background: none;
}
#content #statuspanel.divlogin div label {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding: 4px 12px 0px 0px;	
    float: left;
    width: 235px;
	color: #1587b8;
	font-weight: bold;
    text-align: right;
}
#content #statuspanel.divlogin div input {
	float: left;
    border: 1px solid #bbbbbb;
	padding: 4px;
	background: #ffffff;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 255px;
	height: 17px;
	color: #525252;
	margin: 0;
}
#content #statuspanel.divlogin div input:hover {
    border: 1px solid #aacdea;
}
#content #statuspanel.divlogin div input.focus {
    border: 1px solid #aacdea;
    background: #fff9cc;
}
#content #statuspanel.divlogin div.button input:hover {
    border: none;
}
#content #statuspanel.divlogin div label.error {
    color: #D20000;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    padding: 0;
    margin: 0 0 -19px 0;
    width: 250px;
    float: left;
    padding: 5px 0 0 255px;
    text-align: left;
}


/* Div wide */

#content #statuspanel.divwide {
	background: url(../img/background_statuspanel_login.jpg) #ffffff no-repeat center bottom;
    min-height: 200px;
    width: 608px;
    margin: 28px 151px 50px 0;
}
#content #statuspanel.divwide h2 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	color: #f97000;
	padding: 0 0 8px 0;
    margin: 0 0 20px 0;
	background: url(../img/background_h2_statuspanel.jpg) repeat-x left bottom;
    float: left;
    width: 608px;
}
#content #statuspanel.divwide h3 {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 24px;
    color: #286380;
    background: url(../img/background_h3_statuspanel.jpg) repeat-x 1px bottom;
    padding: 0 0 7px 0;
    margin: 30px 0 30px;
    float: left;
    width: 608px;
}
#content #statuspanel.divwide p {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
	padding: 5px 0 20px 0;
    width: 608px;
    float: left;
}

#content #statuspanel.divwide div {
	width: 608px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
}
#content #statuspanel.divwide div.labelwide label {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 19px;
    padding: 4px 0px 12px 0px;
    float: left;
    width: 608px;
    color: #1587B8;
    font-weight: bold;
    text-align: left;
}
#content #statuspanel.divwide div.labelwide input {
	float: left;
    border: 1px solid #bbbbbb;
	padding: 4px;
	background: #ffffff;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 255px;
	height: 17px;
	color: #525252;
	margin: 0 0 0 165px;
}
#content #statuspanel.divwide div.labelwide textarea {
    float: left;
    line-height: 15px;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #525252;
    width: 420px;
    height: 76px;
    border: 1px solid #BBB;
    background: white;
    padding: 7px;
	margin: 0 0 0 165px;
}
#content #statuspanel.divwide div span.explication {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 11px;
    line-height: 15px;
    padding: 20px 0px 0 249px;
    float: left;
    width: 352px;
    color: #666;
}
#content #statuspanel.divwide div textarea {
    float: left;
    line-height: 15px;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #525252;
    width: 335px;
    height: 76px;
    border: 1px solid #BBB;
    background: white;
    padding: 7px;
    margin: 0 0 0 0;
}
#content #statuspanel.divwide div.labelformradiowide {
    float: left;
    padding: 16px 0 17px 60px;
    width: 545px;
    background: #EDEDED;
}
#content #statuspanel.divwide div.space {
    margin: 0 0 25px 0;
}
#content #statuspanel.divwide div.labelformradiowide p {
    width: 520px;
    padding: 5px 0 10px 0;
}
#content #statuspanel.divwide div.labelformradiowide div#whyimportant {
    width: 520px;
}
#content #statuspanel.divwide div p.height {
    padding: 35px 0 10px 0;
}
#content #statuspanel.divwide div.errorprediagnosis span.field-validation-error {
    width: 508px;
    float: left;
    clear: both;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    color: #666;
    padding: 15px 0 15px 100px;
    background: #FFF3B8 url(../img/icon_error.png) no-repeat 39px center;
    margin: 10px 0 10px 0;
}
#content #statuspanel.divwide div.labelformcheck {
    width: 300px;
    padding: 10px 0 3px;
}
#content #statuspanel.divwide div.labelformcheck label {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 19px;
    padding: 3px 0px 0 10px;
    float: left;
    width: 264px;
    color: #1587B8;
    font-weight: bold;
    text-align: left;
}
#content #statuspanel.divwide #divid {
    padding: 5px 0 5px;
}
#content #statuspanel.divwide div.labelformradiowide label {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 19px;
    padding: 3px 10px 10px 10px;
    float: left;
    width: 500px;
    color: #777;
    font-weight: bold;
    text-align: left;
}
#content #statuspanel.divwide div h4 {
    padding: 10px 0 10px 00px;
}
#content #statuspanel.divwide div.labelformradiowide .labelform label {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 19px;
    padding: 3px 10px 0 0;
    float: left;
    width: 123px;
    color: #1587B8;
    font-weight: bold;
    text-align: right;
}
#content #statuspanel.divwide div.labelformradiowide .labelform input {
    float: left;
    border: 1px solid #BBB;
    background: white;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 255px;
    height: 17px;
    color: #525252;
    padding: 3px;
    margin: 0;
}
#content #statuspanel.divwide div.labelformprivacity label {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 19px;
    padding: 3px 0px 10px 10px;
    float: left;
    width: 390px;
    color: #777;
    font-weight: normal;
    text-align: left;
}
#content #statuspanel.divwide div.labelformprivacity {
    float: left;
    padding: 0px 0 14px 0px;
    width: 600px;
}
#content #statuspanel.divwide div.end {
    float: left;
    padding: 0px 0 30px;
    width: 600px;
}
#content #statuspanel.divwide div.button input.button {
    margin: 10px 0 3px 177px;
}




#content #statuspanel.divwide div.button {
    text-align: left;
    width: 608px;
    padding: 10px 0 20px;
}
#content #statuspanel.divwide div.button input {
    margin: 10px 0 3px 247px;
}
#content #statuspanel.divwide div.validation-summary-errors {
	width: 341px;
	float: left;
	clear: both;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	color: #666666;
	padding: 14px 20px 14px 247px;
    background: #fff3b8 url(../img/icon_error.png) no-repeat 185px center;
    margin: 5px 0 17px 0;
}
#content #statuspanel.divwide div.validation-summary-errors ul {
    width: auto;
    float: left;
    margin: 0;
}
#content #statuspanel.divwide div.validation-summary-errors ul li {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	color: #666666;
    padding: 0 ;
    margin: 0 ;
	background: none;
}
#content #statuspanel.divwide div label {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding: 4px 12px 0px 0px;	
    float: left;
    width: 235px;
	color: #1587b8;
	font-weight: bold;
    text-align: right;
}
#content #statuspanel.divwide div input {
	float: left;
    border: 1px solid #bbbbbb;
	padding: 4px;
	background: #ffffff;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 255px;
	height: 17px;
	color: #525252;
	margin: 0;
}
#content #statuspanel.divwide div input:hover,
#content #statuspanel.divwide div textarea:hover,
#content #statuspanel.divwide div select:hover
{
    border: 1px solid #aacdea;
}
#content #statuspanel.divwide div input.focus {
    border: 1px solid #aacdea;
    background: #fff9cc;
}
#content #statuspanel.divwide div.button input:hover {
    border: none;
}
#content #statuspanel.divwide div select {
    width: 265px;
}
#content #statuspanel.divwide div span.field-validation-error,
#content #statuspanel.divwide div.checkbox span.field-validation-error {
    width: 350px;
    padding: 9px 0 0 248px;
    color: #d20000;
    float: left;
    clear: both;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
    line-height: 15px;
    font-size: 11px;
}
#content #statuspanel.divwide div.checkbox span {
    width: 235px;
    display: block;
    float: left;
    padding: 5px 12px 0 0;
}
#content #statuspanel.divwide div.checkbox span input {
    float: right;
    border: none;
    background: white;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: auto;
    height: 15px;
    color: #525252;
    padding: 0px;
    margin: 2px 0 0 0;
}
#content #statuspanel.divwide div.checkbox label {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding: 4px 0px 0px 0px;	
    float: left;
    width: 345px;
	color: #666666;
	font-weight: normal;
    text-align: left;
}

#content #statuspanel.divwide div.checkbox span.required {
    float: none;
    width: auto;
    color: red;
    font-weight: bold;
    display: inline;
    font-size: 12px;
    font-family: Verdana, Arial, Tahoma, Sans-Serif;
    padding: 0 0 0 0px;
}
#content #statuspanel.divwide div label span.required {
    color: red;
    font-weight: bold;
    display: inline;
    font-size: 12px;
    font-family: Verdana, Arial, Tahoma, Sans-Serif;
    padding: 0 0 0 0px;
}
#content #statuspanel.divwide div label.error {
    color: #D20000;
    font-size: 11px;
    font-weight: bold;
    left: 0;
    line-height: 14px;
    padding: 4px 0 0px 248px;
    margin: 0 0 -20px;
    text-align: left;
    width: 350px;
}
#content #statuspanel.divwide div.checkbox label.error {
    color: #D20000;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    padding: 0;
    width: 205px;
    text-align: right;
}
#content #statuspanel.divwide div.labelformcheckhidden label {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 19px;
    padding: 20px 0 30px 10px;
    float: left;
    width: 511px;
    color: #D20000;
    font-weight: bold;
}
#content #statuspanel.divwide div.labelformcheckhidden label.error {
    width: 501px;
    padding: 7px 0 12px 35px;
}
#content #statuspanel.divwide div.labelwide label.error {
    color: #D20000;
    font-size: 11px;
    font-weight: bold;
    left: 0;
    line-height: 14px;
    padding: 4px 0 0px 166px;
    margin: 0 0 -20px;
    text-align: left;
    width: 435px;
}

/* End Div wide */

#process {
    width: 800px;
    color: #666666;
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    padding: 15px 30px;
    float: left;
    overflow: auto;
}
#process h3 {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    color: #286380;
    background: url(../img/background_h3_statuspanel.jpg) repeat-x 1px bottom;
    padding: 0 0 7px 0;
    margin: 10px 0 25px;
    float: left;
    width: 800px;
}
#process p {
    padding: 5px 0 8px 55px;
    float: left;
    width: 745px;
}
#process p.small {
    font-size: 12px;
}
#process p strong {
    font-weight: bold;
}
#process ul {
    width: 800px;
    float: left;
    margin: 10px 0 10px 0;
}
#process ul li {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
    padding: 0 0 7px 30px;
    margin: 0 0 0 25px;
	background: url(../img/check_verde_ul.png) no-repeat #ffffff  left top;
    float: left;
}
#process ul li ul {
    width: 745px;
    float: left;
    margin: 10px 0 0px 0;
}
#process ul li ul li {
    background: none;
    list-style-type: square;
    padding: 0 0 7px 1px;
    margin: 0 0 0 50px;
    float: left;
}
#process ul li strong {
    font-weight: bold;
}


/* End Login */

/* Payment Error y ok */
#content #statuspanel p.paymenterror {
	font-family: Arial, Verdana, Tahoma, sans-serif;
    background: url(../img/icon_error_62.png) no-repeat 10px 17px;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
	padding: 20px 0 30px 110px;
    width: 411px;
}
#content #statuspanel p.paymentok {
	font-family: Arial, Verdana, Tahoma, sans-serif;
    background: url(../img/icon_ok_62.png) no-repeat 10px 17px;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
	padding: 20px 0 30px 110px;
    width: 411px;
}
#content #statuspanel p span.error {
    color: #cc0000;
    font-weight: bold;
}
#content #statuspanel p span.ok {
    color: #009933;
    font-weight: bold;
}

/* Recording */

#content #statuspanel p.recording {
	font-family: Arial, Verdana, Tahoma, sans-serif;
    background: url(../img/background_recording.png) no-repeat 5px 23px;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
	padding: 20px 0 20px 165px;
    width: 356px;
}



/* Generic error */
#content #statuspanel.diverror h2 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	color: #f97000;
	padding: 0 0 8px 0;
    margin: 0 0 20px 0;
	background: url(../img/background_h2_statuspanel.jpg) repeat-x left bottom;
    float: left;
    width: 608px;
}
#content #statuspanel.diverror {
	background: url(../img/background_statuspanel_login.jpg) #ffffff no-repeat center bottom;
    min-height: 200px;
    width: 608px;
    margin: 28px 151px 50px 0;
}
#content #statuspanel.diverror div {
	width: 608px;
    background: url(../img/line.jpg) repeat-x left bottom;
}
#content #statuspanel.diverror div.end {
    background: none;
    width: 608px;
    padding: 10px 0 15px;
}
#content #statuspanel.diverror div p {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
    width: 540px;
    float: left;
    padding: 7px 0 8px 0;
}
#content #statuspanel.diverror div p strong {
    color: #1587B8;
    font-weight: bold;
}
#content #statuspanel.diverror div img {
    float: left;
    padding: 7px 30px 0 0;
}
#content #statuspanel.diverror div a {
    color: #666666;
    font-weight: bold;
    text-decoration: underline;
}


/* End Generic error */

#content #statuspanel h2 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	color: #f97000;
	padding: 0 0 8px 0;
    margin: 0 0 20px 0;
	background: url(../img/background_h2_statuspanel.jpg) repeat-x left bottom;
    float: left;
    width: 521px;
}
#content #statuspanel h3 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
	color: #286380;
	background: url(../img/background_h3_statuspanel.jpg) repeat-x 1px bottom;
	padding: 0 0 7px 0;
	margin: 0 0 30px;
}
#content #statuspanel h4 {
    float: left;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	color: #286380;
	background: none;
	padding: 0px 0 10px 00px;
	margin: 0 0 0px 0px;
}
#content #statuspanel h4.paypal {
	background: url(../img/background_h4_waystopay_1.jpg) no-repeat 2px top;
	padding: 8px 0 19px 50px;
}
#content #statuspanel h4.transfer {
	background: url(../img/background_h4_waystopay_2.jpg) no-repeat 2px top;
	padding: 8px 0 19px 50px;
}
#content #statuspanel p {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
 	padding: 5px 0 10px 0;
    float: left;
    width: 521px;
}
#content #statuspanel div.waystopay p {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
 	padding: 5px 0 15px 50px;
    float: left;
    width: 471px;
}
#content #statuspanel div.waystopay p.datatransfer {
 	padding: 5px 0 20px 50px;
    float: left;
    width: 471px;
}
#content #statuspanel div.servicetype p {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
 	padding: 3px 0 3px 0;
    float: left;
    width: 471px;
}
#content #statuspanel div.introduction p {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
 	padding: 0px 0 14px 0;
    float: left;
    width: 521px;
}
#content #statuspanel p.generic {
 	padding: 22px 0 40px 200px;
    width: 302px;
    background: url(../img/generic_status.jpg) no-repeat 26px 9px;
}
#content #statuspanel p.conditions {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
	padding: 35px 0 10px 66px;	
    float: left;
    width: 455px;
}
#content #statuspanel p strong {
    font-weight: bold;
}
#content #statuspanel blockquote {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
	padding: 5px 0 18px 66px;
    font-style: italic;
    float: left;
    width: 455px;
}
#content #statuspanel div {
	float: left;
	padding: 10px 0 15px;
	width: 521px;
}
#content #statuspanel div.jobpanel {
	float: left;
	padding: 25px 0 15px;
	width: 521px;
}
#content #statuspanel div.jobpanel h4 {
	padding: 10px 0 10px 00px;
}
#content #statuspanel div.jobpanel p.height {
    padding: 35px 0 10px 0;
}
#content #statuspanel div.waystopay {
	float: left;
	padding: 10px 0 35px;
	width: 521px;
}
#content #statuspanel div.gotopayment {
	float: left;
	padding: 10px 0 35px;
    text-align: center;
}
#content #statuspanel div.gotopayment div.logospayment {
	float: left;
	padding: 17px 0 0px;
    text-align: center;
}
#content #statuspanel div.servicetype {
	float: left;
	padding: 5px 0 45px 0px;
	width: 521px;
}
#content #statuspanel div.courierpickup {
	float: left;
	padding: 20px 0 45px 0px;
}
#content #statuspanel div.servicetype table {
	float: left;
	padding: 0;
	width: 521px;
    border: none;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #777777;
    background: #F7F7F7;
}
#content #statuspanel div.servicetype table td {
    height: 15px;
    font-weight: normal;
    padding: 5px 10px 5px 3px;
    text-align: left;
    vertical-align: middle;
}
#content #statuspanel div.servicetype table td.concept {
    font-weight: bold;
    text-align: right;
    width: 145px;
}
#content #statuspanel div.courierpickup table td.concept {
    padding: 6px 10px 6px 3px;
    width: 200px;
}
#content #statuspanel div.servicetype table tr.altservice td {
    background: #ededed;
}
#content #statuspanel #recoverylabsaddress {
	float: left;
	padding: 20px 0 45px 0px;
	width: 521px;
}
#content #statuspanel #recoverylabsaddress p {
	float: left;
	padding: 1px 0 4px 100px;
	width: 421px;
}
#content #statuspanel #recoverylabsaddress p strong {
    font-weight: bold;
}


#content #statuspanel div.gotopayment a {
	border: none;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #ffffff;
	width: auto;
	height: 30px;
	text-align: center;
    background: #CF6200;
	position: relative;
	margin: 18px 0 10px 0px;
	display: inline;
	cursor: pointer;
    padding: 6px 40px;
    overflow: visible;
    text-decoration: none;
}
#content #statuspanel div.listpayment {
	float: left;
	padding: 10px 0 30px;
	width: 521px;
}
#content #statuspanel div.listpayment table {
	float: left;
	padding: 0;
	width: 521px;
    border: none;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #777777;
}
#content #statuspanel div.listpayment table th {
    height: 15px;
    font-weight: bold;
    padding: 5px 10px 5px 3px;
    white-space:nowrap;
    text-align: center;
    background: #fff3b8;
}
#content #statuspanel div.listpayment table td {
    height: 15px;
    font-weight: normal;
    padding: 5px 10px 5px 3px;
    white-space:nowrap;
    text-align: right;
    vertical-align: middle;
}
#content #statuspanel div.listpayment table tr.totalpayment td {
    font-weight: bold;
}
#content #statuspanel div.listpayment table td.wrap {
    white-space: normal;
    text-align: left;
}
#content #statuspanel div.listpayment table td.center {
    text-align: center;
}
#content #statuspanel div.listpayment table tr.alt td {
    background: #fff3b8;
}
#content #statuspanel p.quoteok {
	background: url(../img/background_quote_ok.png) no-repeat 26px 9px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
 	padding: 21px 0 35px 130px;
    float: left;
    width: 391px;
}

#content #statuspanel div#quotes {
	float: left;
	padding: 5px 0 0 0;
	width: 265px;
}
#content #statuspanel div.fieldsrequired {
	float: left;
	padding: 23px 0 0px;
	width: 521px;
}
#content #statuspanel div.fieldsrequired p {
    float: left;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	color: #d20000;
 	padding: 10px 0 0px 100px;
    width: 421px;
    text-align: left;
}
#content #statuspanel div.fieldsrequired p.noiva {
    float: left;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 19px;
    width: 421px;
    text-align: left;
    color: #98A4AD;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 0 0 100px;
}
#content #statuspanel div.selectedquote {
	float: left;
	clear: none;
	padding: 0 0 4px 0px;
	width: 260px;
}
#content #statuspanel div.reject {
	float: left;
	clear: both;
	padding: 17px 0 4px 0px;
	width: 260px;
}
#content #statuspanel div#moreinfoservices {
	float: left;
	clear: none;
	padding: 0px 20px 2px 20px;
	width: 60px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #ffffff;
    background: url(../img/background_moreinfo.jpg) no-repeat center center;
    text-align: center;
}
#content #statuspanel div#moreinfoservices a {
	font-weight: bold;
	color: #ffffff;
    text-decoration: none;
    display: block;
	padding: 7px 0px 2px 0px;
    width: 60px;
    height: 18px;
}
#content #statuspanel div#moreinfodevices {
	float: left;
	clear: none;
	padding: 0px 20px 2px 20px;
    margin: -2px 0 0 0;
	width: 60px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #ffffff;
    background: url(../img/background_moreinfo.jpg) no-repeat center center;
    text-align: center;
}
#content #statuspanel div#moreinfodevices a {
	font-weight: bold;
	color: #ffffff;
    text-decoration: none;
    display: block;
	padding: 7px 0px 2px 0px;
    width: 60px;
    height: 18px;
}

#content #statuspanel div.discount {
    background: url(../img/background_discount.jpg) no-repeat left center;
	float: right;
	clear: none;
	padding: 0px 0 2px 10px;
    margin: 3px 0 0 0;
	width: 140px;
}
#content #statuspanel div.discount p {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	color: #626262;
 	padding: 0px 0 0 0;
    float: left;
    width: 140px;
    text-align: left;
}
#content #statuspanel div.discount p strong {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	color: #6b6b6b;
 	padding: 0px 0 0px 30px;
    float: left;
    width: 110px;
    text-align: left;
}
#content #statuspanel div.discount p span {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	color: #626262;
 	padding: 0px 0 0px 30px;
    float: left;
    width: 110px;
    text-align: left;
}
#content #statuspanel div.discount p span.percentage {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	color: #d72222;
 	padding: 0px 0 0px 10px;
    float: left;
    width: 130px;
    text-align: left;
}

#content #statuspanel div.conditions {
	float: left;
	clear: both;
	padding: 35px 0 4px 113px;
	width: 408px;
}
#content #statuspanel div.button {
	float: left;
	clear: both;
	padding: 10px 0 8px;
	width: 521px;
    text-align: center;
}
#content #statuspanel div.dataquote {
	float: left;
	clear: both;
	padding: 7px;
	width: 507px;
    background: url(../img/background_quote.jpg) repeat-y left top;
    margin: 0 0 8px 0;
}
#content #statuspanel div.dataquote div.textlabel {
    width: 139px;
    float: left;
    text-align: right;
    padding: 0 10px 0 0;
}
#content #statuspanel div.dataquote div.textlabel p {
    width: 137px;
    font-weight: bold;
    color: #286380;
    padding: 5px 0 7px 0;
}
#content #statuspanel div.dataquote div.textdata {
    width: 139px;
    float: left;
    text-align: left;
    padding: 0 10px 0 0;
}
#content #statuspanel div.dataquote div.textdata p {
    width: 333px;
    font-weight: normal;
    color: #666666;
    padding: 5px 15px 7px 10px;
}
#content #statuspanel div.dataquote div.textdata p.recoverable {
    color: #00a600;
    font-weight: bold;
}
#content #statuspanel div label {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding: 15px 0 14px 0px;	
	float: left;
	width: 521px;
	color: #1587b8;
	font-weight: bold;
}

/* a�adido por Alber */
#content #statuspanel div label.error {
	color: #D20000;
	font-size: 11px;
	font-weight: bold;
}

#content #statuspanel div.quotename {
	float: left;
	padding: 20px 0 10px;
	width: 521px;
}
#content #statuspanel div.quotename p {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding: 15px 0 5px 0px;	
    float: left;
    width: 521px;
	color: #1587b8;
	font-weight: bold;
}
#content #statuspanel div.quotename label {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding: 3px 10px 0 0;	
    float: left;
    width: 103px;
	color: #1587b8;
	font-weight: bold;
    text-align: right;
}
#content #statuspanel div.labelform {
	float: left;
	padding: 20px 0 10px;
	width: 521px;
}
#content #statuspanel div.end {
	float: left;
	padding: 0px 0 30px;
	width: 521px;
}
#content #statuspanel div.labelform label {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding: 3px 10px 0 0;	
    float: left;
    width: 165px;
	color: #1587b8;
	font-weight: bold;
    text-align: right;
}
#content #statuspanel div.labelform input#Captcha {
    margin: 14px 0 0px 175px;
    width: 173px;
}
#content #statuspanel div.labelform span.explication {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 20px 0px 0 177px;	
    float: left;
    width: 338px;
	color: #666;
}
#content #statuspanel div.labelform p.required {
	color: #1587b8;
	font-weight: bold;
}
#content #statuspanel div.labelform p.input {
    font-size: 11px;
    line-height: 15px;
    padding: 7px 0 10px 177px;
    float: left;
    width: 344px;
}
#content #statuspanel div.labelform select {
    width: 265px;
}
#content #statuspanel div.labelform label.error {
    color: #D20000;
    font-size: 11px;
    font-weight: bold;
    left: 0;
    line-height: 14px;
    padding: 4px 0 0px 177px;
    margin: 0 0 -20px;
    text-align: left;
    width: 332px;
}
#content #statuspanel div.labelformtextarea label {
    width: 521px;
}
#content #statuspanel div.labelformtextarea label.error {
    color: #D20000;
    font-size: 11px;
    font-weight: bold;
    left: 0;
    line-height: 14px;
    padding: 4px 0 0px 115px;
    margin: 0 0 -20px;
    text-align: left;
    width: 406px;
}
#content #statuspanel div.labelforminput label {
    width: 521px;
}
#content #statuspanel div.labelforminput input {
    margin: 0 0 0 118px;
}
#content #statuspanel div.labelformcheck {
    width: 258px;
    padding: 10px 0 3px;
}
#content #statuspanel div.labelformcheck label {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding: 3px 0px 0 10px;	
    float: left;
    width: 210px;
	color: #1587b8;
	font-weight: bold;
    text-align: left;
}
#content #statuspanel div.labelformcheck input {
    font-size: 12px;
    font-weight: normal;
    height: 15px;
    margin: 6px 0 0 10px;
    padding: 0;
    width: auto;
    border: none;
}
#content #statuspanel div.labelformcheck input:hover {
    border: none;
}
#content #statuspanel div.labelformradio {
	float: left;
	padding: 10px 0 0px 165px;
	width: 356px;
}
#content #statuspanel div.labelformradio input {
    font-size: 12px;
    font-weight: normal;
    height: 15px;
    margin: 6px 0 0 10px;
    padding: 0;
    width: auto;
    border: none;
}
#content #statuspanel div.labelformradio input:hover {
    border: none;
}
#content #statuspanel div.labelformradio label {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding: 3px 27px 0 10px;	
    float: left;
    width: auto;
	color: #666;
	font-weight: normal;
    text-align: left;
}
#content #statuspanel div.labelformradiowide {
	float: left;
	padding: 16px 0 10px 60px;
	width: 461px;
    background: #EDEDED;
}
#content #statuspanel div.labelformradiowide p {
    width: 440px;
}
#content #statuspanel div.labelformradiowide input {
    font-size: 12px;
    font-weight: normal;
    height: 15px;
    margin: 6px 0 10px 10px;
    padding: 0;
    width: auto;
    border: none;
    background: none;
}
#content #statuspanel div.labelformradiowide input:hover {
    border: none;
}
#content #statuspanel div.labelformradiowide label {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding: 3px 10px 10px 10px;	
    float: left;
    width: 400px;
	color: #777;
	font-weight: bold;
    text-align: left;
}
#content #statuspanel div.labelformradiowide .labelform {
    padding: 9px 0 10px;
    width: 461px;
}
#content #statuspanel div.labelformradiowide .labelform label {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding: 3px 10px 0 0;	
    float: left;
    width: 123px;
	color: #1587b8;
	font-weight: bold;
    text-align: right;
}
#content #statuspanel div.labelformradiowide .labelform label.error {
    color: #D20000;
    font-size: 11px;
    font-weight: bold;
    left: 0;
    line-height: 14px;
    padding: 4px 0 0px 135px;
    margin: 0 0 -12px;
    text-align: left;
    width: 290px;
}
#content #statuspanel div.labelformradiowide .labelform input {
    float: left;
    border: 1px solid #BBB;
    background: white;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 255px;
    height: 17px;
    color: #525252;
    padding: 3px;
    margin: 0;
}
#content #statuspanel div.labelformradiowide h4 {
    padding: 0px 0 12px 00px;
}
#content #statuspanel div.recoverylabsaddress {
	float: left;
	padding: 20px 0 25px 0px;
	width: 521px;
}
#content #statuspanel div.recoverylabsaddress p {
	float: left;
	padding: 1px 0 4px 100px;
	width: 421px;
}
#content #statuspanel div.recoverylabsaddress p strong {
    font-weight: bold;
}
#content #statuspanel div.labelformprivacity {
	float: left;
	padding: 0px 0 14px 0px;
	width: 521px;
}

#content #statuspanel div.labelformprivacity span {
    width: 189px;
    display: block;
    float: left;
    padding: 0px 0px 0 0;
}
#content #statuspanel div.labelformprivacity span input {
    font-size: 12px;
    font-weight: normal;
    height: 15px;
    margin: 6px 0 10px 10px;
    padding: 0;
    width: auto;
    float: right;
    border: none;
}
#content #statuspanel div.labelformprivacity span input.error {
    border: none !important;
}
#content #statuspanel div.labelformprivacity label {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding: 3px 0px 10px 10px;	
    float: left;
    width: 312px;
	color: #777;
	font-weight: normal;
    text-align: left;
}
#content #statuspanel div.labelformprivacity label span.required {
    padding: 0 3px 0 0px;
    width: auto;
}
#content #statuspanel div.labelformprivacity label.error {
    color: #D20000;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    padding: 3px 0 0 0;
    width: 160px;
    text-align: right;
    margin: 0 0 -20px;
    left: 0;
}
#content #statuspanel div.errorprediagnosis {
    padding: 0;
}
#content #statuspanel div.errorprediagnosis span.field-validation-error {
	width: 421px;
	float: left;
	clear: both;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	color: #666666;
	padding: 15px 0 15px 100px;
    background: #fff3b8 url(../img/icon_error.png) no-repeat 39px center;
    margin: 10px 0 10px 0;
}
#content #statuspanel #divid {
    padding: 0;
}
#content #statuspanel div.labelformcheckhidden {
	float: left;
	padding: 0;
	width: 521px;
}
#content #statuspanel div.labelformcheckhidden input {
    margin: 0 0 0 -20000px;
    overflow: hidden;
}
#content #statuspanel div.labelformcheckhidden label {
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 19px;
    padding: 20px 0 14px 10px;
    float: left;
    width: 511px;
    color: #d20000;
    font-weight: bold;
}
#content #statuspanel div.labelformcheckhidden label.error {
    font-size: 11px;
    line-height: 14px;
    padding: 11px 0 12px 35px;
    float: left;
    width: 430px;
    color: #d20000;
    font-weight: bold;
}
#content #statuspanel div.divreject label.error {
    color: #D20000;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    width: 96px;
    float: left;
    padding: 2px 0 0 0;
}
#content #statuspanel div.divreject {
    position: relative;
}
#content #statuspanel div.quotename label.error {
    color: #D20000;
    font-size: 11px;
    font-weight: bold;
    left: 0;
    line-height: 14px;
    padding: 4px 0 0 116px;
    margin: 0 0 -20px;
    text-align: left;
    width: 377px;
}
#content #statuspanel div.conditions {
    position: relative;
}
#content #statuspanel div.conditions label.error {
    color: #D20000;
    display: block;
    font-size: 11px;
    font-weight: bold;
    left: 0;
    line-height: 14px;
    padding: 0;
    position: absolute;
    top: 36px;
    width: 96px;
}
#content #statuspanel div label span {
	color: #666666;
	font-weight: normal;
    display: inline;
}
#content #statuspanel div label span.currency {
    white-space: nowrap;    
}
#content #statuspanel div label span.required {
	color: #ff0000;
	font-weight: bold;
    display: inline;
    font-size: 12px;
    font-family: Verdana, Arial, Tahoma, Sans-Serif;
    padding: 0 0 0 3px;
}
#content #statuspanel div label span#requiredcondition.required {
	color: #ff0000;
	font-weight: bold;
    display: inline;
    font-size: 12px;
    font-family: Verdana, Arial, Tahoma, Sans-Serif;
    padding: 0 3px 0 0px;
}
#content #statuspanel div label span strong {
	color: #666666;
	font-weight: bold;
    display: inline;
}
#content #statuspanel div label span.explication {
	color: #666666;
	font-weight: normal;
    display: block;
    float: left;
    padding: 0px 0 6px 0;
    margin: -17px 0 0 0;
}
#content #statuspanel div label span span.promotion {
	color: #666666;
	font-weight: normal;
    display: block;
    float: left;
    padding: 10px 0 10px 0;
    font-style: italic;
}
#content #statuspanel div label span.promotion a {
    font-weight: normal;
}
#content #statuspanel div.selectedquote label {
	float: left;
	width: 230px;
	padding: 0 0 6px 5px;
	text-align: left;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #626262;
}
#content #statuspanel div.conditions label {
	float: left;
	width: 367px;
	padding: 1px 17px 0 8px;
	text-align: left;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #626262;
}
/*#content #statuspanel div label a {
	color: #ffffff;
	text-decoration: none;
	background: url(../img/background_info.jpg) no-repeat center center;
	width: 59px;
	height: 19px;
	float: right;
	text-align: center;
	position: absolute;
	margin: 24px 0 0 0;
	padding: 1px 0 0 ;
	left: 216px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}*/
#content #statuspanel div label.required {
	color: #1587b8;
}
#content #statuspanel div input {
	float: left;
	border: 1px solid #bbbbbb;
	background: #ffffff;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 255px;
	height: 17px;
	color: #525252;
	padding: 4px;
	margin: 0;
}
#content #statuspanel div input:hover, #content #statuspanel div textarea:hover, #content #statuspanel div select:hover {
    border: 1px solid #aacdea;
}
#content #statuspanel div input.focus, #content #statuspanel div textarea.focus, #content #statuspanel div select.focus {
    border: 1px solid #aacdea;
    background: #fff9cc;
}
#content #statuspanel div.selectedquote input {
	float: left;
	border: none;
	background: #ffffff;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: auto;
	height: 15px;
	color: #525252;
	padding: 0;
	margin: 2px 0 0 0;
}
#content #statuspanel div.conditions input {
	float: left;
	border: none;
	background: #ffffff;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: auto;
	height: 15px;
	color: #525252;
	padding: 0px;
	margin: 2px 0 0 0;
}
#content #statuspanel select {
	float: left;
	border: 1px solid #bbbbbb;
	background: #ffffff;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 300px;
	color: #525252;
	padding: 4px;
	margin: 0 0 0 0;
}
#content #statuspanel div textarea {
	float: right;
	line-height: 15px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #525252;
	width: 392px;
	height: 76px;
	border: 1px solid #bbbbbb;
	background: #ffffff;
    padding: 7px;
    margin: 0 0 0 0;
}
#content #statuspanel div.quotename textarea {
    margin: 0 0 0 0;
}
#content #statuspanel div.button input {
	float: none;
	border: none;
	background: none;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #ffffff;
	width: auto;
	height: 30px;
	text-align: center;
	/*background: url(../img/background_button.jpg) no-repeat center center;*/
    background: #CF6200;
	position: relative;
	margin: 18px 0 10px 0px;
	display: inline;
	cursor: pointer;
    padding: 6px 40px;
    overflow: visible;
}
#content #statuspanel div.validation-summary-errors {
	width: 421px;
	float: left;
	clear: both;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	color: #666666;
	padding: 15px 0 15px 100px;
    background: #fff3b8 url(../img/icon_error.png) no-repeat 39px center;
    margin: 20px 0 0 0;
}

#content #menu {
    float: left;
    width: 980px;
    margin: -32px 0 0 0;
}
#content #menu ul {
    float: right;
    width: 380px;
    height: 32px;
}
#content #menu ul li {
    float: left;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
    background: #004062;
    height: 32px;
    display: block;
    margin: 0 33px 0 17px;
}
#content #menu ul li.english {
    float: left;
    height: 32px;
    display: block;
    margin: 0 9px 0 43px;
    background: url(../img/icon_english.png) no-repeat 0px 2px;
    text-indent:-9999px;
    width: 36px;
}
#content #menu ul li.spanish {
    float: left;
    height: 32px;
    display: block;
    margin: 0 15px 0 9px;
    background: url(../img/icon_espanol.png) no-repeat 0px 2px;
    text-indent:-9999px;
    width: 36px;
}
#content #menu ul li.logout {
    float: right;
}
#content #menu ul li a {
    text-decoration: none;
    color: #ffffff;
    padding: 7px 27px;
    display: block;
}
#content #menu ul li a:hover {
    color: #FFB400;
}
#content #menu select {
	float: left;
	border: 1px solid #bbbbbb;
	background: #ffffff;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 170px;
	color: #525252;
	padding: 3px;
	margin: 3px 0 0 0;
}
#content #menu select:hover {
    border: 1px solid #aacdea;
}
#content #menu select.focus {
    border: 1px solid #aacdea;
    background: #fff9cc;
}
#content #menu label {
	float: left;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 8px 10px 0 18px;
}


.push {
	height: 50px;
	width: 100%;
	float: left;
	clear: both;
}
#foot {
	background: url(../img/background_foot.jpg) repeat-x left top;
	height: 50px;
	clear: both;
	float: left;
	width: 100%;
}
#foot p {
	font-size: 13px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	color: #ffffff;
	line-height: 19px;
	padding: 13px 0 0 0;
	text-align: center;
}
#foot p span {
	width: 20px;
	display: inline-block;
}
#foot p a {
	color: #ffffff;
	text-decoration: underline;
}
#foot p a:link {
	color: #ffffff;
	text-decoration: underline;
}
#foot p a:hover {
	color: #ffb400;
	text-decoration: underline;
}
#content #statuspanel #containerfilling {
    height:6px; 
    background-color:#ffffff; 
    width:406px; 
    border:solid 1px #cccccc; 
    padding: 0;
    margin: 5px 0 0 113px;
}
#content #statuspanel #containerfilling #filling_tube {
	background-color: #ce6200;
	width:0px;
	height:6px;
    padding: 0;
}
#content #statuspanel #notesfilling {
    height:6px; 
    background-color:#ffffff; 
    width:407px; 
    border:solid 1px #cccccc; 
    padding: 0;
    margin: 5px 0 0 113px;
}
#content #statuspanel #notesfilling #filling_notes {
	background-color: #ce6200;
	width:0px;
	height:6px;
    padding: 0;
}
#content #statuspanel #positionfilling {
    height:6px; 
    background-color:#ffffff; 
    width:404px; 
    border:solid 1px #cccccc; 
    padding: 0;
    margin: 5px 0 0 109px;
}
#content #statuspanel #positionfilling #filling_position {
	background-color: #ce6200;
	width:0px;
	height:6px;
    padding: 0;
}
#typesofdevices {
    width: 670px;
    height: 450px;
    overflow: auto;
    color: #666666;
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    padding: 15px;
}
#typesofdevices table {
    width: 100%;
    padding: 10px 0 10px 0;
    border: 0;
} 
#typesofdevices td {
    padding: 5px;
    border-bottom: 1px solid #cccccc;
    background: #efefef;
}
#typesofdevices th {
    padding: 5px;
    border-bottom: none;
    font-weight: bold;
    background: #e1e1e1;
}
#typesofdevices p {
    padding: 5px 0 8px 0;
}
#typesofdevices p strong {
    font-weight: bold;
}
#typesofdevices p.red strong {
    font-weight: bold;
    color: #D20000;
}

#typesofservices {
    width: 670px;
    height: 470px;
    overflow: auto;
    color: #666666;
    font-family: Arial,Verdana,Tahoma,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    padding: 15px;
}
#typesofservices h4 {
    padding: 5px 0 17px 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 19px;
    color: #1587B8;
}
#typesofservices h5 {
    padding: 5px 0 8px 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    color: #D20000;
    float: left;
    width: 200px;
}
#typesofservices p {
    padding: 5px 0 8px 0;
    float: left;
    width: 470px;
}
#typesofservices p.foot {
    padding: 21px 0 10px 0;
    float: left;
    width: 670px;
    font-size: 12px;
}
#typesofservices p strong {
    font-weight: bold;
}
#typesofservices p span {
    display: block;
    padding: 10px 0 3px;
    font-size: 12px;
    font-style: italic;
}
#typesofservices div {
    border-bottom: 1px solid #cccccc;
    float: left;
    padding: 7px 0 3px 0;
    width: 670px;
}
#content #statuspanel div.summary {
	float: left;
	padding: 30px 0 15px;
	width: 521px;
}
#content #statuspanel div.summary p {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	color: #d26400;
 	padding: 5px 0 10px 0;
    float: left;
    width: 521px;
    text-align: center;
}
#content #statuspanel div.summary table {
	float: left;
	padding: 0;
	width: 521px;
    border: none;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #777777;
}
#content #statuspanel div.summary table td {
    height: 15px;
    font-weight: bold;
    padding: 5px 10px 5px 30px;
    width: 331px;
}
#content #statuspanel div.summary table td.right {
    text-align: right;
    padding: 0 30px 0 30px;
    width: 90px;
}
#content #statuspanel div.summary table td.total {
    text-align: right;
    color: #555555;
    font-size: 12px;
}
#content #statuspanel div.summary table tr.alt td {
    background: #fff3b8;
}
#content #statuspanel p.quoteok {
	background: url(../img/background_quote_ok.png) no-repeat 26px 9px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
 	padding: 21px 0 35px 130px;
    float: left;
    width: 391px;
}

.field-validation-error
{
    color: #D20000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error,
input.error,
select.error,
textarea.error {
    border: 1px solid #FFA98D  !important;
    background: #F8EDCD  !important;
    border: 1px solid #aacdea !important;
    background: #fff9cc !important;
}

.valid {
    border: 1px solid #BBB !important;
    background: #fff !important;
}
/* Inboud Shipping */

#content #statuspanel .panel h3 {
    float: left;
    width: 521px;
    font-size: 16px;
    color: #286380;
    line-height: 22px;
    padding: 0 0 8px 0;
    font-weight: bold;
    margin: 0 0 20px 0;
}
#content #statuspanel .panel ul {
    float: left;
    width: 521px;
    padding: 10px 0 0 0;
}
#content #statuspanel .panel ul li {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #666666;
    padding: 0 15px 15px 30px;
    margin: 0 0 0 25px;
	background: url(../img/check_verde_ul.png) no-repeat #ffffff  left top;
    float: left;
    width: 451px;
}
span.required {
    color: red;
    font-weight: bold;
    display: inline;
    font-size: 12px;
    font-family: Verdana, Arial, Tahoma, Sans-Serif;
    padding: 0 0 0 3px;
}
#content #statuspanel.divwide fieldset {float: left;}

/* Add */
:root {
    --gray-light: #e5e5e5;
    --blue-principal: #006699;
    --blue-secondary: #0085be;
    --blue-light: #3ba1d4;
    --white: #ffffff;
    --text: #333333;
    --cta: #ffbc3f;
}
#container.request-more-information {
    background: var(--gray-light);
    float: none;
    width: auto;
    min-height: auto;
    height: auto !important;
    margin: 0;
}

.request-more-information #head {
    background: var(--blue-principal);
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
}
.request-more-information #head img {
    width: calc(100% - 40px);
    height: auto;
    float: none;
    padding: 20px;
    max-width: 280px;
}
.request-more-information #head h1 {
    float: none;
    display: none;
}

.request-more-information #content {
    width: 100%;
    height: auto;
    padding: 0;
}
.request-more-information #content #menu {
    float: none;
    width: auto;
    margin: 0;
}
.request-more-information #content #menu ul {
    float: none;
}
.request-more-information #content #statuspanel {
    float: none;
    width: auto;
    margin: 0 auto;
    background: none;
    min-height: auto;
    display: block;
    padding: 30px;
    max-width: 600px;
}
.request-more-information-ok #content #statuspanel.divlogin {
    background: #ffffff;
}
#foot.request-more-information-ok {
    margin-top: 0 !important;
}

@media (min-width: 660px) {
    .request-more-information-ok #content #statuspanel.divlogin {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.request-more-information #content #statuspanel.divwide h2,
.request-more-information #content #statuspanel.divlogin h2 {
    float: none;
    width: auto;
    margin: 0;
    background: none;
    min-height: auto;
    display: block;
    padding: 0 10px;
    text-align: center;
}
.request-more-information #content #statuspanel.divwide p,
.request-more-information #content #statuspanel.divlogin p {
    float: none;
    width: auto;
    margin: 0;
    background: none;
    min-height: auto;
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}
.request-more-information .push {
    float: none;
    display: none;
}

.request-more-information form {
    float: none;
    background: var(--white);
    border-radius: 14px;
    margin: 10px auto 0 auto;
    width: 100%;
    max-width: 460px;
}

@media (min-width: 768px) {
    .request-more-information form {
        max-width: 560px;
    }
}

.request-more-information #content #statuspanel.divwide h3,
.request-more-information #content #statuspanel.divlogin h3 {
    float: none;
    width: auto;
    margin: 0;
    background: none;
    min-height: auto;
    display: block;
    padding: 30px 20px 20px 20px;
    text-align: center;
    font-size: 32px;
    color: var(--cta);
}

@media (min-width: 768px) {
    .request-more-information #content #statuspanel.divwide h3,
    .request-more-information #content #statuspanel.divlogin h3 {
        padding: 40px 50px 20px 50px;
    }
}

/* .request-more-information #content #statuspanel.divwide h3 canvas {
    display: none;
}
.request-more-information #content #statuspanel.divwide h3 cufon cufontext {
    width: auto !important;
    height: auto !important;
    font-size: 22px;
    line-height: 30px;
    text-indent: 0 !important;
    color: var(--blue-principal);
} */

.request-more-information #content #statuspanel.divwide fieldset,
.request-more-information #content #statuspanel.divlogin fieldset,
.request-more-information #content #statuspanel.divwide div,
.request-more-information #content #statuspanel.divlogin div,
.request-more-information #content #statuspanel.divwide div label,
.request-more-information #content #statuspanel.divlogin div label,
.request-more-information #content #statuspanel.divwide div span,
.request-more-information #content #statuspanel.divlogin div span,
.request-more-information #content #statuspanel.divwide div select,
.request-more-information #content #statuspanel.divlogin div select,
.request-more-information #content #statuspanel.divwide div input,
.request-more-information #content #statuspanel.divlogin div input,
.request-more-information #content #statuspanel.divwide div textarea,
.request-more-information #content #statuspanel.divlogin div textarea,
.request-more-information #content #statuspanel.divwide div.checkbox span input,
.request-more-information #content #statuspanel.divlogin div.checkbox span input {
    float: none;
    width: auto;
    margin: 0;
    background: none;
    min-height: auto;
    display: block;
    padding: 0;
    text-align: left;
}
.request-more-information #content #statuspanel.divlogin div {
    background: #eeeeee;
}

.request-more-information #content #statuspanel.divlogin ul li {
    background: url(../img/check_verde_ul.png) no-repeat left top;
    margin: 0 0 0 20px;
}

@media (min-width: 768px) {
    .request-more-information #content #statuspanel.divlogin ul li {
        margin: 0 0 0 60px;
    }
}

.request-more-information #content #statuspanel.divwide fieldset,
.request-more-information #content #statuspanel.divlogin fieldset {
    padding: 6px 20px 20px 20px;
}
@media (min-width: 768px) {
    .request-more-information #content #statuspanel.divwide fieldset,
    .request-more-information #content #statuspanel.divlogin fieldset {
        padding: 10px 50px 30px 50px;
    }
}

.request-more-information #content #statuspanel.divwide div.checkbox,
.request-more-information #content #statuspanel.divlogin div.checkbox {
    padding: 20px 0 10px 0;
}
.request-more-information #content #statuspanel.divwide div.checkbox span,
.request-more-information #content #statuspanel.divlogin div.checkbox span {
    width: 23px;
    display: inline-block;
    vertical-align: top;
}
.request-more-information #content #statuspanel.divwide div.checkbox span.required,
.request-more-information #content #statuspanel.divlogin div.checkbox span.required {
    width: auto;
}

.request-more-information #content #statuspanel.divwide div.checkbox label,
.request-more-information #content #statuspanel.divlogin div.checkbox label {
    width: calc(100% - 44px);
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 3px;
}


.request-more-information #content #statuspanel.divwide div input,
.request-more-information #content #statuspanel.divwide div select,
.request-more-information #content #statuspanel.divlogin div input,
.request-more-information #content #statuspanel.divlogin div select {
    width: calc(100% - 30px);
    height: 28px;
    padding: 0 15px;
    margin: 4px 0;
    border-radius: 50px;
    border: 1px solid #d5d4d4 !important;
    background: none !important;
}
.request-more-information #content #statuspanel.divwide div label,
.request-more-information #content #statuspanel.divlogin div label {
    margin: 14px 0 8px 0;
    font-weight: normal;
}
.request-more-information #content #statuspanel.divwide div label.error,
.request-more-information #content #statuspanel.divlogin div label.error {
    margin: 0;
    font-weight: normal;
}
.request-more-information #content #statuspanel.divwide div.checkbox label.error,
.request-more-information #content #statuspanel.divlogin div.checkbox label.error {
    margin: 0;
    font-weight: normal;
    padding: 0 0 0 27px;
    text-align: left;
}


.request-more-information #content #statuspanel.divwide div.checkbox label.error,
.request-more-information #content #statuspanel.divlogin div.checkbox label.error {
    /* display: none !important; */
}


.request-more-information #content #statuspanel div.button input {
    float: none;
    width: auto;
    margin: 20px auto 10px auto;
    background: var(--cta) !important;
    color: var(--text);
    min-height: auto;
    display: block;
    padding: 0 40px;
    border-radius: 34px;
    text-align: left;
    font-size: 15px;
    line-height: 34px;
    height: 34px;
    border: none !important;
}
.request-more-information #content #statuspanel.divwide div select,
.request-more-information #content #statuspanel.divlogin div select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 97% 50% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 30px;
}
.request-more-information #content #statuspanel.divwide div select.error,
.request-more-information #content #statuspanel.divwide div input.error,
.request-more-information #content #statuspanel.divlogin div select.error,
.request-more-information #content #statuspanel.divlogin div input.error {
    border: 1px solid #d5d4d4 !important;
}

.request-more-information .valid {
    border: 1px solid #d5d4d4 !important;
}

#foot.request-more-information {
    background: var(--blue-principal);
    float: none;
    height: auto;
    margin: 20px 0 0 0;
    padding: 20px;
    width: calc(100% - 40px);
}
#foot.request-more-information p {
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

.request-more-information #content #statuspanel.divlogin ul {
    width: auto;
    float: none;
    margin: 10px auto 30px auto;
}

.request-more-information #content #statuspanel.divlogin .continueaceptation p a {
    display: block;
    width: 70px;
    margin: 14px auto 4px auto;
    height: 20px;
}

.request-more-information-fancybox {
    width: auto !important;
    max-width: 680px !important;
}
.request-more-information-fancybox #fancybox-content {
    width: auto !important;
}
.request-more-information-fancybox #process {
    width: auto !important;
    float: none !important;
}
.request-more-information-fancybox #process h3,
.request-more-information-fancybox #process p,
.request-more-information-fancybox #process ul {
    float: none !important;
    width: auto !important;
}
.request-more-information-fancybox #process p {
    padding: 5px 0 8px 0px !important;
}
.request-more-information-fancybox #process ul li {
    margin: 0 0 0 5px !important;
    float: none !important;
}
.request-more-information-fancybox #process ul li ul li {
    margin: 0 0 0 20px !important;
}

/* Starting */
.request-more-information.starting form {
    background: var(--white);
}
@media (min-width: 768px) {
    .request-more-information.starting form {
        padding: 0 30px;
    }
}   

.request-more-information.starting #content #statuspanel.divwide h2 {
    padding-top: 30px;
}
.request-more-information.starting #content #statuspanel.divwide h3 {
    font-size: 24px;
    color: var(--blue-light);
}
.request-more-information.starting #content #statuspanel.divwide p {
    padding-left: 30px;
    padding-right: 30px;
}
/* .request-more-information.starting #content #statuspanel.divwide div {
    padding: 0 20px;
} */
.request-more-information.starting #content #statuspanel.divwide form > div {
    padding: 0 20px 30px 20px;
}

.request-more-information.starting #content #statuspanel.divwide form > div div {
    /* padding-bottom: 20px; */
}

@media (min-width: 768px) {
    .request-more-information.starting #content #statuspanel.divwide form > div {
        padding: 0 20px 30px 20px;
    }
    .request-more-information.starting #content #statuspanel.divwide p {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 0;
    }
    .request-more-information.starting #content #statuspanel.divwide h3 {
        padding: 40px 50px 20px 50px;
    }
}

.request-more-information.starting #content #statuspanel.divwide div.labelwide label.error,
.request-more-information.starting #content #statuspanel.divwide div.labelformcheckhidden label.error {
    margin: 0;
    padding: 0;
    width: auto;
}

.request-more-information.starting #content #statuspanel.divwide div textarea {
    height: 70px;
    width: calc(100% - 30px);
    height: 80px;
    padding: 15px;
    margin: 4px 0;
    border-radius: 10px;
    border: 1px solid #d5d4d4 !important;
    background: none !important;
}

.request-more-information.starting #content #statuspanel.divwide div.labelformradiowide {
    background: #ededed;
    padding: 30px;
}
.request-more-information.starting #content #statuspanel.divwide div.labelformradiowide p {
    padding: 0;
    width: auto;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
}
.request-more-information.starting #content #statuspanel.divwide div.labelformradiowide div#whyimportant {
    padding: 20px 0 0 0;
    width: auto;
}

.request-more-information.starting #content #statuspanel.divwide div p.height {
    padding: 20px 0;
    text-align: left;
}
.request-more-information.starting #content #statuspanel.divwide div p.height span.required {
    display: inline-block;
}

.request-more-information.starting #content #statuspanel.divwide div.labelformcheck {
    padding: 0 0 10px 0;
}

.request-more-information.starting #content #statuspanel.divwide div.labelformcheck input {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 5px 0px 0;
    vertical-align: top;
    padding: 0;
}
.request-more-information.starting #content #statuspanel.divwide div.labelformcheck label {
    width: calc(100% - 44px);
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.request-more-information.starting #content #statuspanel.divwide form > div div.errorprediagnosis {
    padding: 0;
}

.request-more-information.starting #content #statuspanel.divwide form > div div.labelformcheckhidden {
    display: none;
}

.request-more-information.starting #content #statuspanel.divwide form > div div.labelform p.required {
    color: #1587b8;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    padding: 0;
}

.request-more-information.starting #content #statuspanel.divwide form > div div.labelform p.required span.required {
    display: inline-block;
}

.request-more-information.starting #content #statuspanel.divwide form > div div.labelformradio {
    padding: 20px 0 10px 0;
}

.request-more-information.starting #content #statuspanel.divwide form > div div.labelformradio input {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 5px 0px 0;
    vertical-align: top;
    padding: 0;
}
.request-more-information.starting #content #statuspanel.divwide form > div div.labelformradio label {
    width: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.request-more-information.starting #content #statuspanel.divwide form > div div#DivIsEncripter div {
    padding-bottom: 0;
}

.request-more-information.starting #content #statuspanel.divwide div.labelformradiowide.space {
    background: #ededed;
    padding: 30px;
    margin: 20px 20px 10px 20px;
    position: relative;
}
.request-more-information.starting #content #statuspanel.divwide div.labelformradiowide.space input {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 5px 0px 0;
    vertical-align: top;
    padding: 0;
}

.request-more-information.starting #content #statuspanel.divwide div.labelformradiowide.space label {
    width: calc(100% - 34px);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0;
    padding: 0;
}
.request-more-information.starting #content #statuspanel h4 {
    float: none;
    padding-top: 30px;
}

.request-more-information.starting #content #statuspanel.divwide form > div#FreePickUp div {
    padding-bottom: 0;
}   

.request-more-information.starting #content #statuspanel.divwide form > div#FreePickUp div.labelformradiowide {
    padding: 30px;
    margin-top: 30px;
    position: relative;
}
.request-more-information.starting #content #statuspanel.divwide form > div#FreePickUp div#DeliveryDiv.labelformradiowide {
    margin-top: 0;
    padding-top: 0;
}
.request-more-information.starting #content #statuspanel.divwide form > div#FreePickUp div#DeliveryDiv.labelformradiowide h4 {
    padding-top: 0;
}
.request-more-information.starting #content #statuspanel.divwide form > div#FreePickUp div#DeliveryDiv.labelformradiowide .labelform label {
    padding-top: 0;
    text-align: left;
    float: none;
}
.request-more-information.starting #content #statuspanel.divwide form > div#FreePickUp div#DeliveryDiv.labelformradiowide .labelform label.error {
    padding: 0;
}


.request-more-information.starting #content #statuspanel.divwide form > div#FreePickUp div#DeliveryDiv.labelformradiowide .labelform input {
    float: none;
    width: calc(100% - 30px);
    height: 28px;
    padding: 0 15px;
    margin: 4px 0;
    border-radius: 50px;
    border: 1px solid #bdbbbb !important;
    background: none !important;
}


.request-more-information.starting #content #statuspanel.divwide form > div#FreePickUp div.labelformradiowide input {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 5px 0px 0;
    vertical-align: top;
    padding: 0;
}

.request-more-information.starting #content #statuspanel.divwide form > div#FreePickUp div.labelformradiowide label {
    width: calc(100% - 34px);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0;
    padding: 0;
}
.request-more-information.starting #content #statuspanel.divwide form > div div.recoverylabsaddress {
    padding: 20px 0;
}

.request-more-information.starting #content #statuspanel.divwide form > div div.recoverylabsaddress p {
    padding: 0;
}

.request-more-information.starting #content #statuspanel.divwide form > div.labelformprivacity {
    padding: 0 20px 10px 20px;
}

.request-more-information.starting #content #statuspanel.divwide form > div.labelformprivacity span,
.request-more-information.starting #content #statuspanel.divwide form > div.labelformprivacity input {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0px 5px 0px 0;
    vertical-align: top;
}

.request-more-information.starting #content #statuspanel.divwide form > div.labelformprivacity label {
    padding: 0;
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0;
}

.request-more-information.starting #content #statuspanel.divwide form > div.labelformprivacity span.required {
    width: auto;
}

.request-more-information.starting #content #statuspanel.divwide form > div.button {
    padding-bottom: 40px;
}

.request-more-information.starting #content #statuspanel.divwide div.button input.button {
    background: var(--cta);
    color: var(--text);
    min-height: auto;
    display: block;
    padding: 0 40px;
    border-radius: 34px;
    text-align: center;
    font-size: 15px;
    line-height: 34px;
    height: 34px;
    border: none !important;
    margin: 0 auto;
}

.request-more-information.starting #content #statuspanel.divwide div.labelform input#Captcha {
    width: calc(100% - 30px);
    height: 28px;
    padding: 0 15px;
    margin: 10px 0 10px 0;
    border-radius: 50px;
    border: 1px solid #d5d4d4 !important;
    background: none !important;
}

.request-more-information.starting .ui-datepicker {
    padding: .2em .2em 0;
    position: absolute !important;
    top: 100px;
}

.request-more-information.starting #content #statuspanel.divwide form > div.labelformprivacity label.error {
    margin: 0 0 10px 28px;
}

.request-more-information.starting #content #statuspanel.divwide .recoverylabsaddress p {
    text-align: left;
}
