/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}

textarea, input { outline: none; }

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Global */

#topBar {
    background:  #3f6dbe;
    height:  60px;
    line-height:  60px;
    padding:  10px 20px;
    position:  relative;
    font-weight:  700;
    color: #fefefe;
    text-transform: uppercase;
    font-size:  24px;
}

#topBar .right {
    float:  none;
    position:  absolute;
    right:  20px;
}

.clear {
    clear:  both;
}

.left {
    float:  left;
}

.right {
    float:  right;
}

.container {
    width:  876px;
    margin:  0 auto;
}
body {
    background:  #f2f2f2;
    color:  #444;
    font-family: "myriad-pro", "Myriad Web Pro", "Myriad Pro", 'Segoe UI', sans-serif;
}

.formFieldset.personal {
    vertical-align: top;
    display:  inline-block;
    width:  434px;
    border-right:  1px solid #bcbcbc;
    min-height:  620px;
    padding-top:  20px;
}

.formFieldset.other {
    vertical-align: top;
    border-left: 7px solid #eaeaea;
    width:  434px;
    display:  inline-block;
    min-height:  620px;
    text-align: right;
    padding-top:  20px;
}

input {
    border: 1px solid #6b6b6b;
    background:  #FFF;
    font-size:  18px;
    padding:  12px 14px;
    font-family: "myriad-pro", "Myriad Web Pro", "Myriad Pro", 'Segoe UI', sans-serif;
    color:  #444;
    box-shadow: inset 0 4px 0 #f0f0f0;
    -moz-transition:  all 160ms;
    -webkit-transition:  all 160ms;
    transition:  all 160ms;
}

input:focus {
    border: 1px solid #2555a9;
    box-shadow: inset 0 8px 0 #dde7f8;
    -moz-transition:  all 80ms;
    -webkit-transition:  all 80ms;
    transition:  all 80ms;
    color: #2054b0;
}


select {
    border: 1px solid #6b6b6b;
    background:  #FFF;
    font-size:  18px;
    padding:  11px 13px;
    color:  #444;
    font-family: "myriad-pro", "Myriad Web Pro", "Myriad Pro", 'Segoe UI', sans-serif;
}

select.half {
   width: 204px; 
}

select.fourth {
   width: 94px; 
}

.full {
    width:  394px;
}

.half {
    width:  174px;
}

.half.push {
    margin-right:  16px;
}

.third.push {
    margin-right:  11px;
}

.fourth.push {
    margin-right:  15px;
}

label i {
    color:  #939393;
    font-size:  13px;
}

.third {
    width:  104px;
}

.fourth {
    width: 64px;
}

label {
    display:  block;
    font-size: 16px;
    line-height:  30px;
    font-weight:  700;
    text-align: left !important;
    position: relative;
    left:  3px;
}

div.alert-error {
    padding:  10px;
    background:  #FFF;
    border-radius:  10px;
    margin:  10px;
    text-align:  left;
}

div.alert-error button{
    float:  right;
    border:  none;
    background:  transparent;
    font-size:  24px;
    color:  #999;
    cursor:  pointer;
}

div.alert-error button:hover{
    color:  #444;
}

label.error {
    color:  #c51d1d;
}

input.error {
    border: 1px solid #c51d1d;
    box-shadow: inset 0 4px 0 #fdf0f0;
    -moz-transition:  all 40ms;
    -webkit-transition:  all 40ms;
    transition:  all 40ms;
    color:  #c51d1d;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #a5a5a5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #a5a5a5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #a5a5a5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #a5a5a5;
}


.other label:not(.inline) {
    margin-left:  10px;
}

div.controls {
    padding-bottom:  12px;
}

label.inline {
    display:  inline-block;
    padding-right:  28px;
}

div.controls-row {
    position: relative;
}

p.disclaimer {
    font-size:  14px;
    color:  #8c8c8c;
    line-height:  20px;
    padding-right:  15px;
    margin-top:  30px;
}

input[type="submit"] {
    background: #7999d2;
    background: -moz-linear-gradient(top,  #7999d2 0%, #7999d2 1%, #7596d0 1%, #668bcb 16%, #3f6dbe 49%, #335798 80%, #2c4c85 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7999d2), color-stop(1%,#7999d2), color-stop(1%,#7596d0), color-stop(16%,#668bcb), color-stop(49%,#3f6dbe), color-stop(80%,#335798), color-stop(100%,#2c4c85));
    background: -webkit-linear-gradient(top,  #7999d2 0%,#7999d2 1%,#7596d0 1%,#668bcb 16%,#3f6dbe 49%,#335798 80%,#2c4c85 100%);
    background: -o-linear-gradient(top,  #7999d2 0%,#7999d2 1%,#7596d0 1%,#668bcb 16%,#3f6dbe 49%,#335798 80%,#2c4c85 100%);
    background: -ms-linear-gradient(top,  #7999d2 0%,#7999d2 1%,#7596d0 1%,#668bcb 16%,#3f6dbe 49%,#335798 80%,#2c4c85 100%);
    background: linear-gradient(to bottom,  #7999d2 0%,#7999d2 1%,#7596d0 1%,#668bcb 16%,#3f6dbe 49%,#335798 80%,#2c4c85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7999d2', endColorstr='#2c4c85',GradientType=0 );
    box-shadow: inset 0 2px 0 2px rgba(255,255,255,.37);
    border:  2px solid #164e99;
    font-size: 46px;
    font-weight: 700;
    height:  107px;
    color:  #FFF;
    margin-top:  30px;
    width: 422px;
    text-shadow: 0 2px 0 rgba(0,0,0,.34);
    cursor: pointer;
    -moz-transition:  all 40ms;
    -webkit-transition:  all 40ms;
    transition:  all 40ms;
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
    border: 2px solid #1a3c69;
    box-shadow: inset 0 2px 0 2px rgba(0,0,0,.37);
    background: #293f5c;
    background: -moz-linear-gradient(top, #293f5c 1%, #7389a6 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#293f5c), color-stop(99%,#7389a6));
    background: -webkit-linear-gradient(top, #293f5c 1%,#7389a6 99%);
    background: -o-linear-gradient(top, #293f5c 1%,#7389a6 99%);
    background: -ms-linear-gradient(top, #293f5c 1%,#7389a6 99%);
    background: linear-gradient(to bottom, #293f5c 1%,#7389a6 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293f5c', endColorstr='#7389a6',GradientType=0 );
    color:  #FFF;
    text-shadow: 0 2px 0 rgba(0,0,0,.34);
    cursor: pointer;
    -moz-transition:  all 40ms;
    -webkit-transition:  all 40ms;
    transition:  all 40ms;
}

input[name="cel1"] {
    background:  #FFF url(../img/input_phone.png) no-repeat center;
}

input[name="cel1"],
input[name="cel2"],
input[name="cel2"],
input[name="cel3"],
input[name="ssn1"],
input[name="ssn2"],
input[name="ssn3"] {
    letter-spacing: .28em;
    text-align: center;
    height:  23px;
    font-size: 26px;
}

span.dash {
    background: #acacac;
    position:  absolute;
    left:  136px;
    top:  25px;
    height:  3px;
    width: 7px;
    display:  block;
    text-indent:  -9999em;
    overflow: hidden;
}

span.dash.second {
    left:  281px;
}

/* Show up assurance*/

.approveFieldset legend {
    display:  none;
}


/*  Certificate of Approval  */

h1.congrats {
 font-size: 36px;
 font-weight: 700;
 line-height: 70px;
 margin: 10px 0;
 position: relative;
}

h1.congrats button {
    background: #7999d2;
    background: -moz-linear-gradient(top,  #7999d2 0%, #7999d2 1%, #7596d0 1%, #668bcb 16%, #3f6dbe 49%, #335798 80%, #2c4c85 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7999d2), color-stop(1%,#7999d2), color-stop(1%,#7596d0), color-stop(16%,#668bcb), color-stop(49%,#3f6dbe), color-stop(80%,#335798), color-stop(100%,#2c4c85));
    background: -webkit-linear-gradient(top,  #7999d2 0%,#7999d2 1%,#7596d0 1%,#668bcb 16%,#3f6dbe 49%,#335798 80%,#2c4c85 100%);
    background: -o-linear-gradient(top,  #7999d2 0%,#7999d2 1%,#7596d0 1%,#668bcb 16%,#3f6dbe 49%,#335798 80%,#2c4c85 100%);
    background: -ms-linear-gradient(top,  #7999d2 0%,#7999d2 1%,#7596d0 1%,#668bcb 16%,#3f6dbe 49%,#335798 80%,#2c4c85 100%);
    background: linear-gradient(to bottom,  #7999d2 0%,#7999d2 1%,#7596d0 1%,#668bcb 16%,#3f6dbe 49%,#335798 80%,#2c4c85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7999d2', endColorstr='#2c4c85',GradientType=0 );
    box-shadow: inset 0 2px 0 2px rgba(255,255,255,.37);
    border:  2px solid #164e99;
    font-size: 18px;
    font-weight: 700;
    height:  47px;
    color:  #FFF;
    margin-top:  30px;
    width: 122px;
    text-shadow: 0 2px 0 rgba(0,0,0,.34);
    cursor: pointer;
    -moz-transition:  all 40ms;
    -webkit-transition:  all 40ms;
    transition:  all 40ms;
    position:  absolute;
 top:  -16px;
    right:  20px;
}

h1.congrats button:hover {
    border: 2px solid #1a3c69;
    box-shadow: inset 0 2px 0 2px rgba(0,0,0,.37);
    background: #293f5c;
    background: -moz-linear-gradient(top, #293f5c 1%, #7389a6 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#293f5c), color-stop(99%,#7389a6));
    background: -webkit-linear-gradient(top, #293f5c 1%,#7389a6 99%);
    background: -o-linear-gradient(top, #293f5c 1%,#7389a6 99%);
    background: -ms-linear-gradient(top, #293f5c 1%,#7389a6 99%);
    background: linear-gradient(to bottom, #293f5c 1%,#7389a6 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293f5c', endColorstr='#7389a6',GradientType=0 );
    color:  #FFF;
    text-shadow: 0 2px 0 rgba(0,0,0,.34);

    -moz-transition:  all 40ms;
    -webkit-transition:  all 40ms;
    transition:  all 40ms;
}

#certificate {
	background: url(../img/certificate.png) no-repeat;
	height: 589px;
	
	position: relative;
}

#certificate img {
	display: none;
}

#certificate .dealer {
    position: absolute;
    left: 160px;
    top: 275px;
    font-size: 12px;
    color: #445d89;
    line-height: 17px;
}

#certificate .applicant {
     position: absolute;
     left: 360px;
     top: 280px;
     color: #304365;
     line-height: 22px;
}

strong {
 font-weight: 700;   
}
