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

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

body { background: url(../i/baby.jpg) no-repeat bottom right fixed #fff; overflow-y: auto; overflow-x: hidden; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 14.0px; color: #5f7a93; text-align: left; -webkit-text-size-adjust: none; }

legend { border: none; clear: none; float: none; margin: 0px; padding: 0px; font-size: 19px; text-decoration: none; -webkit-text-size-adjust: none; }

fieldset { background: transparent; border: 0px; width: 600px; clear: none; float: none; list-style-image: none; list-style-position: outside; list-style-type: disc; margin: 0; padding: 20px; text-decoration: none; vertical-align: baseline; -webkit-text-size-adjust: none; }

strong {background: url(../i/input-bottom-left.gif) no-repeat 0 100%; display: block; float: left;}/*longer sides*/
strong em {background: url(../i/input-top-right.gif) no-repeat 100% 0; display: block; float: left;}/*longer sides*/
strong em span {background: url(../i/input-bottom-right.gif) no-repeat 100% 100%; display: block; float: left;}
strong em span span {background: url(../i/input-top-left.gif) no-repeat; display: block; float: left;}
input, select, textarea {margin: 1px 3px; border: 1px solid #fff;}
textarea {width: 390px; height: 69px;}
#button {background: transparent; padding: 2px 5px; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 14.0px; color: #5f7a93; font-weight: bold; text-align: left; -webkit-text-size-adjust: none;}
#mybutton {position: relative; top: 100px; left: 0;}
.g-recaptcha {position: relative; top: 15px; left: 0;}

img.callnow { position: absolute; left: 290px; top: 35px; }
img.cnwm { position: absolute; left: 380px; top: 99px; width: 167px; height: 16px; z-index: 5; }
img.faqpage { position: absolute; left: 500px; top: 0px; }
img.usethis { position: absolute; left: 215px; top: 110px; }
img.formor { position: absolute; left: 292px; top: 153px; }



#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #fff;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .55;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

