/*** old style ***/
/*
.get-a-quote{
	position: relative;
	background-image: url('../images/bg-get-a-quote.png');
	background-position: -4px 0px;
	height: 210px;
	width: 267px;
	padding: 8px;
	margin: 15px;
	margin-bottom: 0px;
}

.get-a-quote input{
	background-color: #fff;
	border: 1px solid #333;
	padding: 5px;
	width: 250px;
	margin: 4px;
	margin-left: 5px;
	color: #333;
	font-weight: bold;
}

.get-a-quote img{
	margin-top: 2px;
}

.sent-success{
	color: #090;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
*/

/*** new style ***/
.get-a-quote{
	position: relative;
	background-image: url('/components/getAQuote/images/bg-get-a-quote.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 212px;
	width: 270px;
	padding: 8px;
	margin: 15px;
	margin-bottom: 0px;
}

.get-a-quote input{
	background-color: #fff;
	border: 1px solid #333;
	padding: 5px;
	width: 250px;
	margin: 4px;
	margin-left: 5px;
	color: #333;
	font-weight: bold;
}

.get-a-quote img{
	margin-top: 2px;
}

.sent-success{
	color: #fff;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}






/*
.eval-license{
	position: relative;
	background-image: url('../images/bg-get-a-quote.png');
	height: 240px;
	width: 267px;
	padding: 8px;
	margin: 15px;
	margin-bottom: 0px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}

.eval-license .title{
	padding-top: 10px;
	padding-bottom: 10px;
}

.eval-license input{
	background-color: #ffffff;
	border: 1px solid #333;
	padding: 5px;
	width: 246px;
	margin: 4px;
	margin-left: 5px;
	color: #333;
}

.eval-license img{
	margin-top: 2px;
}
*/