@charset "utf-8";
/* -- Reset by Prafull -- */
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;
	text-decoration:none;
}
/* 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;
}
.clear{clear:both;}
strong{font-weight:bold;}

/* -- Reset End -- */
body{ font-size:15px; font-family:Arial, Helvetica, sans-serif; color:#000;}
form{ display:block; width:95%;}
form td{text-align:left; vertical-align:middle;}
form .txtbox_estimator { background:url(../images/size-estimator-txtbox.jpg) no-repeat scroll 0 0 transparent; height: 25px; width: 104px; border:0;}
form .txtbox_estimator input{ border:none; margin:0; padding:0; width:104px; height:25px; line-height:25px; text-indent:6px; background:none;}
form .txtbox_contact{ background:url(../images/contact_txtbox.jpg) no-repeat scroll 0 0 transparent; height: 26px; width: 175px;}
form .txtbox_contact input{ border:none; margin:0; padding:0; width:175px; height:26px; line-height:26px; text-indent:6px; background:none;}

/* 03/27/2015 */
.row .row { margin-top:3px; }
/*  .row .row:nth-child(odd) { background-color:#efefef; }  */
*:focus {outline:none;}
form input[type="text"] { background:url(../images/size-estimator-txtbox.jpg) no-repeat scroll 0 0 transparent; height: 25px; width: 104px; border:0; padding:0 5px 0 5px; }
form #estimator-personal input[type="text"] { width:200px; background-color:#f1f1f1; background-image:none; border-radius:6px; box-shadow: inset 0px 2px 5px rgba(0,0,0,0.35); margin-bottom:3px; }