@charset "utf-8";
/* CSS Document */

body{
	background-image:url(inspimages/bgform.jpg);
	padding:0;
	margin:0;
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
}
.pageframe{
	background-image:url(inspimages/formbg.jpg);
	background-repeat:no-repeat;
	width:989px;
	height:773px;
	float:left;
	clear:none;
}
.home{
	width:204px;
	height:17px;
	padding-left:784px;
	padding-top:13px;
	font-size:14px;
	font-weight:bold;
}
.home a:link, .home a:visited{
	/*color:#337bb5;*/
	color:#FFF;
	text-decoration:none;
}
.home a:hover{
	/*color:#060;*/
	color:#CCC;
}
.form{
	width:600px;
	height:350px;
	margin-left:310px;
	margin-top:260px;
}
.rowElem{
	float:left;
	clear:left
}
.textinputs{
	float:left;
	clear:none;
	margin-right:16px;
	margin-bottom:15px;
}
.textinputs label, b{
	color:#6e451d;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
input[type=text]{
	background-repeat:no-repeat;
	width:270px;
	height:39px;
	padding-top:5px;
	border:none;
	padding-left:10px;	
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
        border:1px solid #009445;
}
textarea{
	background-repeat:no-repeat;
	width:332px;
	height:77px;
	padding:5px;
	border:none;
	padding-left:10px;	
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
        border:1px solid #009445;
}
input:focus { 
outline: none; 
} /*Chrome / Safari */

.radio{
	width:500px;
	height:35px;
	float:left;
	clear:both;
}
input[type=image]{
	background-image:url(inspimages/loading.gif);
	background-position:top left;
	width:165px;
	height:39px;
	border:none;;
	display:inline-block;
	float:left;
	clear:both;
	background-repeat:no-repeat;
}
input[type=image]:hover{
	background-image:url(inspimages/loading.gif);
	background-position:bottom left;
	width:165px;
	height:39px;
	border:none;
}
input[type=image]:focus{
	background-image:url(inspimages/loading.gif);
	background-position:top right;
	width:165px;
	height:39px;
	border:none;
}

select{
	width:280px;
	height:45px;
	padding:5px;
	display:block;
	border:2px solid #85caa2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
        border:1px solid #009445;
}

option{
	padding-left:12px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif
}
#p2{
	float:left;
	clear:none;
	margin-top:65px;
	margin-left:20px;
}
.req{
	color:#C00;
}
.content{
	width:450px;
	height:auto;
	border:1px solid #F00;
}
.coupons a:link, .coupons a:visited{
	color:#06C;
	font-weight:bold;
}
.coupons a:hover{
	color:#09C;
	font-weight:bold;
}
.coupons b{
	font-size:26px;
	line-height:50px;
}
.coupons{
	font-size:12px;
}
.loading{	
	background-image:url(inspimages/loading.jpg);
	background-repeat:no-repeat;	
	width:165px;
	height:39px;
	float:left;
	clear:none;
	margin-top:65px;
	margin-left:20px;
}
.loadingA{	
	background-image:url(inspimages/loading1.jpg);
	background-repeat:no-repeat;	
	width:165px;
	height:39px;
	float:left;
	clear:none;
}
.loadingA input{
	margin-left:-10px;
}
.bluebar{
	background-image:url(inspimages/blueloading.gif);
	background-repeat:no-repeat;
	float:left;
	clear:none;
	background-position:-5px 24px;
	margin-left:10px;
	width:145px;
	height:30px;
}
.bluebar .textinputs #ip2, .bluebar #ip2{
	margin-top:0;
	margin-left:-10px;
}


/* Jquery */

#bubble{
    position:absolute;
    top:43px;
    left:262px;
    width:303px;
    height:42px;
}
#title{
    position:absolute;
    top:243px;
    left:311px;
    width:303px;
    height:42px;
}
.hidden{
    visibility:hidden;
    display:none;
}
.radio label{
    float:left;
    clear:none;
    margin:5px 15px 0 10px;
    font-size:13px;
}
.radioBtn{
    background-image:url('inspimages/bullet_white.png');
    width:23px;
    height:24px;
    float:left;
    clear:none;
    margin:3px 0 0 0;
}
.radioBtnX{
    background-image:url('inspimages/bullet_green.png');
    width:23px;
    height:24px;
    float:left;
    clear:none;
    margin:3px 0 0 0;
}

.check label{
    float:left;
    clear:none;
    padding-top:15px;
    font-size:13px;
    padding-right:10px;
}

.checkBox{
    width:45px;
    height:44px;
    float: left;
    clear:none;
    margin:3px;
    background-image:url('inspimages/cross.png');
}
.checkBoxX{
    width:45px;
    height:44px;
    float: left;
    clear:none;
    margin:3px;
    background-image:url('inspimages/tick.png');
}
.lightbox{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#CCC;
    opacity:.9
}
.mapimg{
    position:absolute;
    left:50%;
    margin-left:-330px;
    top:100px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:1px solid #000;
    background-color:#FFF;
    padding:15px;
}
.schedulecol {
    width:280px;
    height:auto;
    overflow:auto;
    float:left;
    clear:none;
}
.schedulecol label .radioBtn, .schedulecol label .radioBtnX{
    float: left;
    clear:none;
    margin:-3px 5px 0 0;
    position:relative;
}
.schedulecol label{
    float:left;
    clear:both;
    margin:4px;
    font-size:12px;
}
.schedulecol label b{
    font-size: 16px;
    width:120px;
    display:inline-block;
}
.schedulecol .time b{
    width:80px;
}
.schedulecol .time{
    width:120px;
}
.schedulecol div{
    float:left;
    clear:none;
}
.changeDates{
    color:#3678b4;
}
.changeDates:hover{
    color:#185993;
    cursor:pointer;
}
#submit, .submitbtn{
    background-image: url("inspimages/loading.gif");
    background-position: left top;
    background-repeat: no-repeat;
    border: medium none;
    clear: both;
    display: block;
    float: left;
    width:0px;
    height:0px;
    overflow:hidden;
    padding: 0 165px 39px 0;
    cursor:pointer;
   font-size: 0px;
   background-color:transparent;
}
#submit:hover{
   background-position:0 -39px; 
}
.submitbtn{
    background-image:url(inspimages/loading1.jpg);
}

