<!--BEGIN FORM-->

#quoteForm input, 
#quoteForm textarea {
	border: 1px solid #d2d2d2;background: #fff;
	padding: 7px 5px;
	width: 525px;
	max-width: 525px;
	font-size: 13px;
	color: #525861;
	font-family: Arial, Helvetica, sans-serif;margin-bottom: 10px;
}
#quoteForm .validation-failed {
	border: 2px solid #cb4e1e;
}
#quoteForm button {
	width: 162px;
	height: 57px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: 10px 16px 0 180px;
}
button#submit1, 
button#submit2 {
	background: url('../images/form/submit.png') no-repeat 0 0;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}
#quoteForm button#submit1:hover,
#quoteForm button#submit2:hover {
	opacity: 1;
	-moz-opacity:1;
}
.mail {
	display: none;
}
.user_tip {
	display: none;
}
.f-tooltip {
	 background: #93d165 url('../images/form/tip_background.png') repeat-x 0 0;
    width: 148px;
    padding: 10px 10px;
    border: 1px solid #7bad51;
    color: #3e4f2f;
    font-size: 11px;
    text-align: center;
}
.f-tooltip div.right-arrow {
	position: absolute;
    right: -15px;
    width: 15px;
    height: 15px;
    top: 12px;
    background: url('../images/form/tip_arrow_right.png') no-repeat 0 0;
}
.f-tooltip div.left-arrow {
	position: absolute;
    left: -15px;
    width: 15px;
    height: 15px;
    top: 12px;
    background: url('../images/form/tip_arrow_left.png') no-repeat 0 0;
}


/* Always add Scroll Bars */
html {
	overflow-y: scroll;
}
#quoteForm input, 
#quoteForm textarea,
.add_link a,
ol.thecomments li,
ol.thecomments li.comment .comment-author img,
ol.thecomments li.comment .reply a ,
#reply a,
#commentform,
.comment-form input,
.comment-form textarea,
.f-tooltip {
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}
.commentnavigation a {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.comment-form button {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

<!--END FORM-->

<!--BEGIN SLIDER-->
#calculator { 
	}
 #calculator div.data { 
	}
#calculator div.data p { 
	margin: 0 0 5px;font-size: 1.1em;
}
  #calculator div.data ul { 
	overflow: hidden;list-style: none;width: 100%;margin: 0 0 10px;padding: 0;
}
   #calculator div.data ul li { 
	float: left;width: 33%;font-size: 1.1em;text-align: center;
}
    #calculator div.data ul li strong { 
	display: block;
}
 #calculator p.pages {margin: 0 0 13px;font-weight: bold;
}

  #calculator p.pages span { 
	}
 #calculator ul.slider { 
	position: relative;list-style: none;width: 525px;height: 16px;margin: 0 0 7px;padding: 0;background: url(/newdesign/images/form/sliderbg.png) no-repeat;
}
  #calculator ul.slider li { 
	}
   #calculator ul.slider li a { 
	position: absolute;overflow: hidden;width: 13px;height: 13px;text-indent: -10001px;cursor: pointer;
}
   #calculator ul.slider li.less a { 
	left: 9px;top: 9px;
}
   #calculator ul.slider li.more a { 
	right: 10px;top: 10px;
}
  #calculator ul.slider li.drag { 
	position: absolute;left: 24px;top: 0px;width: 367px;height: 11px;
}
   #calculator ul.slider li.drag a { 
	position: static;width: auto;height: auto;text-indent: 0;
}
    #calculator ul.slider li.drag a span { 
	position: absolute;
	overflow: hidden;
	width: 30px;
	height: 32px;
	background: url(/newdesign/images/form/slider.png) no-repeat;
	text-indent: -10001px;
	cursor: pointer;
	top:-8px;
}
    #calculator ul.slider li.drag a:hover span,
    #calculator ul.slider li.drag a:focus span,
    #calculator ul.slider li.drag a:active span { }
 #calculator div.wrapper { 
	margin: 0 0 7px;
}
  #calculator p.total { 
	padding-top: 20px;font: bold 1.4em/20px Georgia,serif;
}
  #calculator p.currency { 
	display: inline;position: relative;float: left;margin: 0 0 0 5px;font: bold 1.2em/17px Georgia,serif;text-indent: -10001px;
}
   #calculator p.currency a { 
	position: absolute;left: 0;top: 0;overflow: hidden;width: 17px;height: 17px;color: #fff;text-indent: 0;text-align: center;text-decoration: none;cursor: pointer;
}
   #calculator p.currency a.euro { 
	left: 0;
}
   #calculator p.currency a.dollar { 
	left: 22px;
}
   #calculator p.currency a.pound { 
	left: 44px;
}
   #calculator p.currency a.active { 
	background-position: 0 0;display: none;
}
 #calculator p.checkout { 
	padding: 8px 5px 5px;border-top: 1px solid #8ec3d4;font: bold 1.1em/1 Georgia,serif;text-align: right;text-transform: lowercase;
}
  #calculator p.checkout a { 
	padding: 0 0 0 25px;text-decoration: none;
}
   #calculator p.checkout a span { 
	color: #000;border-bottom: 1px dotted #000;cursor: pointer;
}
   #calculator p.checkout a:hover span { 
	border: none;
}
 
<!--END SLIDER-->




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
  /*height:40px;*/
  padding:2px 0px 20px 0px;
	}

.navigation .alignleft{
  padding-right:4px;}

/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

