@charset "UTF-8";

/* Global */
*{
	margin: 0;
	padding: 0;
	outline: 0;
}
a:focus, *:focus {
    noFocusLine: expression(this.onFocus=this.blur());
	outline: none;
}
/* Box resizing */
*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
		-o-box-sizing: border-box;
			box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #2b7db2;
}
.visible-iphone{
	display: none;
}

/* Jquery height Fix */
html,body{
	height: 100%;
}

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
body.show{
	overflow: hidden;
}
body.show .overlay-bg{
	display: block;
}

/* Custom Fonts */
@font-face {
	font-family: 'interstateplthin';
	src: url('font/interstatepl-thin-webfont.eot');
	src: url('font/interstatepl-thin-webfont.eot?#iefix') format('embedded-opentype'),
	url('font/interstatepl-thin-webfont.woff') format('woff'),
	url('font/interstatepl-thin-webfont.ttf') format('truetype'),
	url('font/interstatepl-thin-webfont.svg#interstateplthin') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'interstatepllight';
	src: url('font/interstatepl-lt-webfont.eot');
	src: url('font/interstatepl-lt-webfont.eot?#iefix') format('embedded-opentype'),
	url('font/interstatepl-lt-webfont.woff') format('woff'),
	url('font/interstatepl-lt-webfont.ttf') format('truetype'),
	url('font/interstatepl-lt-webfont.svg#interstatepllight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'interstateplregular';
	src: url('font/interstatepl-reg-webfont.eot');
	src: url('font/interstatepl-reg-webfont.eot?#iefix') format('embedded-opentype'),
	url('font/interstatepl-reg-webfont.woff') format('woff'),
	url('font/interstatepl-reg-webfont.ttf') format('truetype'),
	url('font/interstatepl-reg-webfont.svg#interstateplregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'interstateplbold';
	src: url('font/interstatepl-bd-webfont.eot');
	src: url('font/interstatepl-bd-webfont.eot?#iefix') format('embedded-opentype'),
	url('font/interstatepl-bd-webfont.woff') format('woff'),
	url('font/interstatepl-bd-webfont.ttf') format('truetype'),
	url('font/interstatepl-bd-webfont.svg#interstateplbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

ul{
	list-style: none;
}

img{
	border: 0;
	vertical-align: top;
}

/* Clearfix */
.clearfix:after{
	display: table;
	clear: both;
	content: '';
}

/* wrapper */
.wrapper{
	width: 1000px;
	margin: 0 auto;
}

/* Banner */
.banner > img {
    height: auto;
    width: 100%;
}
.banner-overlay{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.logo {
    padding: 32px 0 56px
}
.banner-overlay h1{
	color: #FFF;
	/*font-family: 'interstateplthin';*/
	font-size: 72px;
	font-weight: normal;
	line-height: 84px;
}
.banner-overlay h3{
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 38px;
}
.banner-overlay .desc {
    margin-top: 24px;
	position: relative;
}
.banner-overlay p{
	padding-left: 45px;
	width: 470px;
	font-size: 16px;
	line-height: 22px;
	float: left;
	font-family: Arial, sans-serif;
	color: #FFF;
}
.square{
	width: 35px;
	height: 35px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	float: left;
	position: absolute;
	left: 0;
	top: 6px;
}
.stripe{
	background: #05A0D9;
	height: 114px;
    padding: 16px 0;
	/* display: none; */
}
.stripe.phase4{
	display: none;
}
.stripe .content{
	padding-top: 26px;
}
.stripe h2{
	text-align: center;
	margin-top: -40px;
}
.stripe h2 span{
	background: #FFF;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	width: 312px;
	color: #0067b4;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	behavior:url(PIE.htc);
	position: relative;
	z-index: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}
.icon-section{
	float: left;
	height: 52px;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	color: #FFF;
	width: 424px;
	padding-left: 164px;
	position: relative;
}
.stripe button{
	background: #FF9001;
	border: 0;
	color: #FFF;
	cursor: pointer;
	float: right;
	text-transform: uppercase;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	behavior:url(PIE.htc);
	position: relative;
	z-index: 0;
	margin: 6px 110px 0 0;
}
.phase1.stripe button{
	display: none;
}
body > hr{
	border: 0;
	background: #82b0d1;
	height: 3px;
	margin-top: 1px;
}
.stripe > .wrapper{
	position: relative;
}
.refresh{
	position: absolute;
	right: 64px;
    top: 64px;
}
/* Phase1 */
.stripe.phase1{
	display: block;
}
.icon-section img{
	position: absolute;
	left: 80px;
	top: -2px;
}
.phase1 .slider-ui{
	float: left;
	margin-left: 60px;
	padding-top: 14px;
	position: relative;
}
.phase1 .slider-ui > span{
	float: left;
	color: #fff;
    font-family: "interstateplbold";
    font-size: 20px;
    line-height: 22px;
}
.phase1 .slider{
    background: url('../images/bg.jpg') repeat-x;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	behavior:url(PIE.htc);
	position: relative;
	z-index: 0;
    height: 22px;
    position: relative;
    width: 58px;
	float: left;
	margin: 0 20px;
}
.phase1 .slider span {
    background: url('../images/dot.png') no-repeat;
    display: block;
    height: 30px;
    margin-left: -15px;
    position: absolute;
    top: -4px;
    width: 30px;
    z-index: 0;
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

/* Phase2 */
.phase2 .icon-section{
	width: 380px;
	padding-left: 168px;
}
.phase2 .widget-ui{
	float: left;
	padding: 16px 0 0 50px
}
.phase2  .slider-ui{
	width: 194px;
	position: relative;
	float: left;
}
.phase2 .slider{
    background: #F4FFFF;
    height: 6px;
    position: relative;
    width: 100%;
	border-radius:2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	behavior:url(PIE.htc);
	position: relative;
	z-index: 0;
}
.phase2 .slider span {
    background: #F4FFFF;
    display: block;
    height: 20px;
    margin-left: -5px;
    position: absolute;
    top: -8px;
    width: 10px;
    z-index: 0;
	cursor: pointer;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	behavior:url(PIE.htc);
	position: absolute;
	z-index: 0;
}
.phase2 .ui-value{
	padding: 0 6px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	float: left;
	font-family: 'interstatepllight';
	font-size: 14px;
	display: inline-block;
	background: #FFF;
	margin: -9px 0 0 32px;
	width: 72px;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.phase2 .slider-range{
	color: #FFF;
	margin-top: 8px;
}
.phase2 .slider-range span{
	float: right;
}

/* Phase3 */
.phase3 .icon-section{
	width: 380px;
	padding-left: 176px;
}
.phase3 .widget-ui{
	float: left;
	padding: 16px 0 0 50px;
}
.phase3  .slider-ui{
	width: 194px;
	position: relative;
	float: left;
}
.phase3  .slider-ui{
	width: 194px;
	position: relative;
	float: left;
}
.phase3 .slider{
    background: #F4FFFF;
    height: 6px;
    position: relative;
    width: 100%;
	border-radius:2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	behavior:url(PIE.htc);
	position: relative;
	z-index: 0;
}
.phase3 .slider span {
    background: #F4FFFF;
    display: block;
    height: 20px;
    margin-left: -5px;
    position: absolute;
    top: -8px;
    width: 10px;
    z-index: 0;
	cursor: pointer;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	behavior:url(PIE.htc);
	position: absolute;
	z-index: 0;
}
.phase3 .ui-value{
	padding: 0 6px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	float: left;
	font-family: 'interstatepllight';
	font-size: 14px;
	display: inline-block;
	background: #FFF;
	margin: -9px 0 0 32px;
	width: 38px;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.phase3 .slider-range{
	color: #FFF;
	margin-top: 8px;
}
.phase3 .slider-range span{
	float: right;
}

/* Phase 4 */
.phase-info{
	font-family: Arial, sans-serif;
	font-size: 26px;
	color: #FFF;
	line-height: 32px;
	padding: 20px 104px 0;
	text-align: center;
}
.polecamy{
	background: #F3F2EE;
	padding: 28px 0 30px;
}
.polecamy h3{
	text-align: center;
	font-family: 'interstateplthin';
	font-size: 36px;
	color: #83B1D3;
	line-height: 36px;
	padding-bottom: 10px;
}
.polecamy .down{
	text-align: center;	
}

.last-page{
	display: none;
}
.filter{
	font-size: 0;
	text-align: center;
	padding-top: 21px;
}
.filter li{
	display: inline-block;
	margin: 0 8px;
	position: relative;
	border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	behavior:url(PIE.htc);
	position: relative;
	z-index: 0;
}
/* .filter li + li + li + li{
	top: -20px;
} */
.filter li img{
	border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	width: 100%;
}
.filter li .second{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding:0 8px;
}
.filter li:hover .second{
	display: block;
}
.form-section{
	background: #E9E6E1;
	padding: 52px 0;
}
.installments{
	width: 700px;
	float: left;
}
.installments h2{
	font-size: 36px;
	font-family: Arial, sans-serif;
	color: #0067b4;
	line-height: 40px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.installments h3{
	font-size: 18px;
	font-family: Arial, sans-serif;
	color: #0067b4;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 32px;
}
.installment{
	font-size: 0;
}
.installments .info{
	width: 350px;
	padding: 0 80px 0 60px;
	margin: 16px 0;
	min-height: 38px;
	float: left;
}
.installments .info h4{
	font-size: 14px;
	font-family: Arial, sans-serif;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 6px;
}
.installments .info p{
	font-size: 14px;
	font-family: Arial, sans-serif;
	line-height: 16px;
	font-weight: normal;
}
.installment  > hr{
	border: 0;
	background: url('../images/line.png') no-repeat;
	height: 1px;
	width: 350px;
	float: left;
}
.installments .info.icon1{
	background: url('../images/icon1.png') no-repeat;
}
.installments .info.icon2{
	background: url('../images/icon2.png') no-repeat;
}
.installments .info.icon3{
	background: url('../images/icon3.png') no-repeat;
}
.installments .info.icon4{
	background: url('../images/icon4.png') no-repeat;
}
.installments .info.icon5{
	background: url('../images/icon5.png') no-repeat;
}
.installments .info.icon6{
	background: url('../images/icon6.png') no-repeat;
}
.installments .info.icon7{
	background: url('../images/icon7.png') no-repeat;
}
.installments .info.icon8{
	background: url('../images/icon8.png') no-repeat;
}
.installments .info.icon9{
	background: url('../images/icon9.png') no-repeat;
}
.installments .info.icon10{
	background: url('../images/icon10.png') no-repeat;
}
.installments .info.icon11{
	background: url('../images/icon11.png') no-repeat;
}
.installments .info.icon12{
	background: url('../images/icon12.png') no-repeat;
}
.installments .info.icon13{
	background: url('../images/icon13.png') no-repeat;
}

.form{
	float: left;
    width: 300px;
}
.form h3{
	font-size: 15px;
	font-family: Arial, sans-serif;
	color: #0067b4;
	text-transform: uppercase;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
}
.form h4{
	font-size: 14px;
	font-family: 'interstatepllight';
	color: #9bd9f0;
	text-transform: uppercase;
	line-height: 32px;
	padding-bottom: 5px;
	color: #FFF;
}

.form form{
	background: #05a0d9 none repeat scroll 0 0; 
    border-radius: 10px;
    padding: 26px;
    position: relative;
    z-index: 0;
}

#infoLayer {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 8px;
	opacity: 0.9;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	z-index: 1000;
}

#infoLayer > .inner {
	position: absolute;
	left: 20%;
	top: 50%;
	width: 80%;
	height: 80px;
	background: transparent url('/webrefresh/common/images/loading.gif') no-repeat center center;
	text-align: center;
	margin-left: -10%;
	margin-top: -40px;
}

#errorLayer {
	display: none;
	background-color: #ffbaba;
	border-left: 10px solid #f44;
	color: #c00;
	padding: 15px 20px 13px;
	margin-bottom: 20px;
}
/* Custom Select Box */
.select-wrapper{
	float: left;
	display: block;         
	background: #ffffff url('../images/arrow.png') center right no-repeat;
	cursor: pointer;
	margin:0 8px 5px 0;
	overflow: hidden;
    position: relative;
	border: 1px solid #43b8e3;
}
.select-wrapper, .select-wrapper select{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.select-wrapper .holder{
    display: block;
    margin: 0 32px 0 9px;
    white-space: nowrap;
    overflow: hidden;
	cursor: pointer;
    position: relative;
    /* z-index: -1; */
	color: #333;
	font-size: 12px;
	font-family: 'interstatepllight';
}
.select-wrapper select{
    margin: 0;
    position: absolute;
    z-index: 2;
	cursor: pointer;
    opacity: 0;
    _noFocusLine: expression(this.hideFocus=true); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}
.select-wrapper select option{
	padding: 3px 6px;
	color: #000;
	font-size: 12px;
}
.form input[type="text"]{
	background: #ffffff none repeat scroll 0 0; 
    border: 0 none;
    border-radius: 0;
    color: #333;
    font-family: "interstatepllight";
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 1px 0;
    padding: 0 11px;
    width: 100%;
}
.form p.checkbox{
	color: #9bd9f0;
	font-size: 10.5px;
	font-family: 'interstatepllight';
	padding-left: 25px;
	line-height: 16px;
	margin-top: -35px
}
#agree {
    opacity: 0;
}
.form span.checkbox{
	position: relative;
	width: 15px;
	height: 15px;
	display: block;
	background: url('../images/checkbox.png') no-repeat;
	top: 3px;
}
.form span.checkbox.checked{
	background: url('../images/checkbox.png') no-repeat 0 -18px;
}
.form p.checkbox span{
	border-bottom: 1px solid #9bd9f0;
	cursor: pointer;
}
.form button{
	background: #FF9101;
	border: 0;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: 'interstatepllight';
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 23px;
}

.overlay-bg{
	background: url("../images/overlay-bg.png");
	height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
 	display: none;
}
.overlay-msg{
	width: 350px;
	position: absolute;
	background: #FFF;
	top: 100px;
	left: 50%;
	margin-left: -150px;
	padding: 12px;
	border: 1px solid #9c9c9c;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	behavior:url(PIE.htc);
	position: relative;
	z-index: 0;
}
.overlay-msg a{
	float: right;
	color: #05589d;
    font-size:12px;
}
.overlay-msg p{
	clear: both;
	color: #333;
    font-size:12px;
}

/* Disclaimer */
.disclaimer{
	padding-bottom: 16px;
}
.disclaimer p{
	color: #666;
	font-size: 10.5px;
	padding: 5px 0;
	line-height: 16px;
}


/* 21-5-2015 */

.clrboth{clear:both;}

.newmore_hidden {
    float: left;
    height: auto;
    margin-top: 30px;
    text-align: center;
    width: 98%;
}

.new-cc {
    float: left;
    position: relative;
    width: 100%;
}

.creditcalc-design {
    background: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
    width: 100%;
}

.newleft-design {
    float: left;
    width: 50%;
}

#canvas {
    height: 200px;
    width: 195px;
}

.cen {
    float: left;
    width: 99%;
}

.wrd {
    color: #333333;
    padding-left: 0 !important;
}

.in-box {
    background: url("../images/button.jpg") no-repeat scroll center bottom;
    border: medium none;
    margin-bottom: 20px;
    margin-top: 7px;
    padding-left: 47px;
	padding-bottom: 9px !important;
    padding-top: 10px !important;
    width: 141px;
}
.in-box_en {
    background: url("../images/button_en.jpg") no-repeat scroll center bottom;
    border: medium none;
    margin-bottom: 20px;
    margin-top: 7px;
    padding-left: 47px;
	padding-bottom: 9px !important;
    padding-top: 10px !important;
    width: 141px;
}


.newright-design {
    float: left;
    position: relative;
    width: 40%;
	margin-top: 38px;
}


.new-aaa {
    left: 0px;
    position: absolute;
    top: -29px;
    width: 100%;
}

.newtxt-box {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    float: left;
    margin-top: 5px;
    padding: 5px 0;
    width: 100%;
}

.clor {
    color: #0e3175;
    font-size: 14px;
}
.left-p {
    float: left !important;
    padding-left: 26px;
    width: 45% !important;
	font-size:18px;
	font-weight:bold;
}
.right-p {
    color: #0e3175;
    width: 45% !important;
	font-size:18px;
}

#divFlash_more{font-size:12px !important;background:#ffffff;border: 1px solid #cccccc; margin-top: 38px;padding-bottom: 63px;padding-top: 23px;}

.calc_error {
    border: 1px solid red;
    box-sizing: border-box;
    color: red;
    display: none;
    float: left;
    font-size: 12px;
    padding: 7px;
    width: 97%;
	margin-top:15px;
}

.poss2{display:none;}

#canvas1{
    height: 200px;
    width: 195px;
}

.more_hidden {
    float: left;
    text-align: center;
    width: 98%;
}
.newcalc-design {
    float: left;
    padding-right: 18px;
    width: 100%;
}
.left-design {
    float: left;
    padding-left: 24px;
    padding-top: 31px;
    width: 45%;
}

.calselectbox {
    margin: 0 auto;
    padding: 5px 10px;
    width: 70%;
}

.right-design {
    float: left;
    padding-bottom: 5px;
    position: relative;
    width: 40%;
	margin-left: 36px;
	top:37px;
}

@media \0screen {
    .wrd,#calc,#calc1 {display:none;}
}

.aaa {
    left: 0px;
    position: absolute;
    top: -29px;
    width: 100%;
}


.txt-box {
    border: 1px solid #cccccc;
    clear: both;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px 0;
    width: 98%;
}

.fnt-16p {
    color: #0e3175;
    font-size: 18px;
	font-weight:bold;
}
.left-p {
    float: left !important;
    padding-left: 26px;
    width: 45% !important;
	
	font-weight:bold;
}
#divFlash_more1{font-size:12px;border: 1px solid #cccccc;}

#calc_error1{margin-top:15px;}

.pdf-img {
    float: none !important;
    margin: 0 0 0 5px !important;
	width:auto !important;
}
.zl-value{
color: white;
display: inline;
padding: 5px;
position: relative;
top: -8px;
}

#agree1{
	opacity:0;
}
.form span.checkbox1{
	position: relative;
	width: 15px;
	height: 15px;
	display: block;
	background: url('../images/checkbox.png') no-repeat;
	 top: 3px;
}
.form span.checkbox1.checked{
	background: url('../images/checkbox.png') no-repeat 0 -18px;
}
.input label {color: #fff; float: left;margin-top: 6px;}
.in-box1{padding-left: 47px !important;}
.form p.checkbox1 {	
    color: #9bd9f0;
    font-family: "interstatepllight";
    font-size: 10.5px;
    line-height: 16px;
    margin-top: -34px;
    padding-left: 25px;
}


.form p.checkbox1 span {
    border-bottom: 1px solid #9bd9f0;
    cursor: pointer;
}
.input-new{margin-top:14px;}
.stripe-en .wrapper .icon-section{  width: 439px;}

.stripe.stripe-en{height: 124px;}


/*.logo .switch {
    background: url("../images/A.png") no-repeat ;
    float: left;
    height: 26px;
    position: absolute;
    right: 20%;
    top: 11%;
    width: 28px;
}

*/
.logo .switch {
background: url("../images/eng_Flag.png") no-repeat ;
float: left;
height: 30px;
position: absolute;
right: 2%;
top: 11%;
width: 150px;
}

.english .logo .switch {
    background: url("../images/Language_Flag.png") no-repeat ;
    float: left;
    height: 30px;
    position: absolute;
    right: 2%;
    top: 11%;
    width: 174px;
}


.english .form h3{line-height: 24px;}
.english .form form{margin-top:4px;}


.calselectbox option{padding: 0 15px;}

.checkbox.focus{outline:1px dotted #000;}
.checkbox1.focus{outline:1px dotted #000;}

 #agree,#agree1 {
display:none;
}
.checkbox1:focus{border:1px dotted}
.checkbox:focus{border:1px dotted}
.form p.checkbox1{margin-top:-11px}
.form p.checkbox{margin-top:-14px}