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

#callBack {font-size: 0.9em; }
.callbackInput, #time {width: 144px;}
.button {background: url(img/submit.gif) no-repeat; width: 70px; height: 23px; border: none; margin: 10px 0;}

.form label {}

.form em {font-size: 0.8em;}

.form .input
{
	color: #3ebada;
	width: 100%;
	font-weight: bold;
}

.form .comments
{
	height: 100px;
	width: 99% !important;
	font-weight: normal !important;
}

.quoteTable
{
	margin: 0 0 10px 0;
	border-collapse: collapse;
	background: #f2fcff;
	width: 530px;
}

.quoteTable td
{
	padding: 10px;
	width: 260px;
	vertical-align: middle;
	border-bottom: solid 2px #f6f6f6;
	border-top: solid 2px #f6f6f6;
}

.quoteTable tr:nth-child(even) { background-color:#fefbfb; }
.quoteTable tr:nth-child(odd) { background-color:#f2fcff; }
