@CHARSET "UTF-8";

/*** Quote ***/
.quote {
	padding-right: 30px;
}
.quote h3 {
	margin: 2em 0em;
}
.quote form{
}
.quote label {
	font-weight: 400;
	color: #323232;
	display: block;
	clear: left;
	float: left;
	width:220px;
}
.quote input, .quote select {
	border:1px solid grey;
	font-size:7pt;
	width: 126px;
}
.quote input.radio {
	width: auto;
}
.quote div#recaptcha_widget_div {
	margin-left: 220px;
}
.quote textarea {
	width:540px;
	height: 80px;
}
div.topQuoteFields {
	width: 350px;
}
.quote p {
	margin: 0px;
	clear: left;
}
.quote .note {
	float:right;
	height:200px;
	margin-left:80px;
	padding:5px 25px;
	width:280px;
	background-image: url(/images/note.png);
	background-repeat: no-repeat;
	color: white;
	line-height: 1em;
}
div.clearfix {
	clear: both;
}
.blur {
	color: #888;
}
.quote .error {
	color: red;
}

/*** Project Budget ***/

div#budget {
	margin-left: 220px;
}
div#budget h3 {
	margin-top:0px
}
div#budget select {
	width: auto;
}
div#budget div {
	float: left;
}
div#includes, div#prices, div#addons {
	width:170px; 
	border: 1px solid #ddd; 
	padding: 5px;
	margin-bottom: 3px;
	height:150px;
}
div#includes, div#addons {
	visibility: hidden;
}

/*** Calender ***/

div#caldeadline {
	display: none;
	float: right;
}
div.calendar {
	background-color: #fff;
	border: 1px solid #ddd;
}
input.calendar {
  width: 74px;
}
button.calendar {
  background: url(/assets/images/layout/calendar.gif);
  border: 0;
  cursor: pointer;
  height: 20px;
  margin-right: 6px;
  width: 20px;
  position:relative;
	top:-2px;
}
button.calendar:hover,
button.calendar.active {
  background-position: left bottom;
}
div.calendar td {
	-x-system-font:none;
	border:1px solid #eee;
	color: #fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:21px;
	line-height:normal;
	text-align:right;
	vertical-align:bottom;
	width:21px;
}
div.calendar td.valid {
	color:#808080;
	cursor:pointer;
}
div.calendar td.invalid {
	color:#DA2727;
}
div.calendar table {
	border-collapse:collapse;
	border-spacing:0pt;
}
div.calendar td.active, div.calendar td.hover {
	background: url(/assets/images/layout/calendar-active.gif);
	color: #25A8C2;
	cursor: pointer;
}
div.calendar caption {
	color: #49C2DE;
}
div.calendar caption a {
	position: absolute;
	cursor: pointer;
	border: none;
	font-size:1.4em;
	font-weight:bold;
	top:-5px;
}
div.calendar caption a.next {
	right:5px;
}
div.calendar caption a.prev {
	left:5px;
}
div.calendar .month {
	padding-right: 3px;
}