.widget {
	margin: 0px 0px 40px 0px;
}
.widgetHeader {
	position: relative;
}

.widgetHeader p{
	width: 225px;
	height: 25px;
	font-size: 16px;
	background-color: #DEE6ED;
	padding: 15px 0px 0px 15px;
	background-image: url(../_assets/image/widgets/widgetHeader-background.gif);
	color: #666
!important;
	margin: 0;
}

#wRequestInfo {
	width: 240px;
	height: 100px;
	overflow: hidden;
	background-image: url(../_assets/image/widgets/request-info-widget.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wRequestInfo:hover {
	background-position: left bottom;
}
#wNextStart {
	width: 238px;
	height: 60px;
	margin: 0px;
	border: 1px solid #CCC;
}

#wNextStart img {
	float: left;
	margin-right: 5px;
}

#wNextStart p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	padding: 8px 0px 2px 2px;
	margin: 0px;
}
#wNextStart p#nextStart {
	font-size: 17px;
	color: #1867b9;
	font-weight: bold;
	padding-top: 2px;
}
.wLab {
	height: 78px;
	width: 238px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #AAA;
	border-left-color: #CCC;
}

.wLab img {
	float: left;
	margin: 9px 5px 9px 5px;
	border: 1px solid #666;
}
.wLab p.labTitle {
	font-size: 17px
!important;
	color: #1867b9
!important;
	margin-bottom: 3px;
	margin-top: 8px;
}
.wLab a.labPhotoGallery {
	background-image: url(../_assets/image/widgets/photo-gallery-icon.gif)
!important;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px
!important;
	font-size: 12px
!important;
}
#progStatsBtn {
	display: block;
	height: 20px;
	width: 30px;
	position: absolute;
	top: 12px;
	left: 200px;
	background-image: url(../_assets/image/widgets/progStatsBtn-inactive.png);
	background-repeat: no-repeat;
	cursor: hand;
}
#progStatsBtn:hover {
	background-position: bottom;
}
.progStatsBtnActive {
	background-image: url(../_assets/image/widgets/progStatsBtn-active.png)
!important;
}
#progStats {
	background-color: #c7e2ff;
	padding: 0px;
	margin: 0px;
	height: 100px;
	width: 240px;
}
#progStats table {
	font-size: 12px;
	color: #333;
	/* [disabled]margin: 10px; */
	padding: 10px;
}
#progStats table td.progStatsField {
	width: 100px;
	font-weight: bold;
}


#progStats p {
	padding: 0px;
	margin: 0px 10px;
}
#progDisclosures {
	height: 28px;
	width: 223px;
	border: 1px solid #CCC;
	margin: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 12px 0px 0px 15px;
}
#progDisclosures:hover {
	background-color: #09F;
	color: #FFF;
}
#wFormWrapper {
	height: 430px;
	width: 240px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#wFormWrapper #formPrivacy {
	font-size: 10px;
}


#wAjaxForm, #wAjaxSending, #wAjaxSuccess, #wAjaxFail {
	height: 348px;
	width: 218px;
	border: solid 1px #CCC;
	padding: 10px;
	display: none;
	position: relative;
	background-color: #CCC;
}
#wAjaxForm .formInput label   {
	font-size: 14px;
	color: #152e53;
}
#wAjaxForm .formInput label.error{
	color: #C00;
}
#wAjaxForm .formInput input {
	width: 203px;
	margin-bottom: 10px;
	height: 25px;
}
#wAjaxForm .formInput input#phoneAC {
	width: 30px;
}
#wAjaxForm .formInput input#phone {
	width: 57px;
}
#wAjaxForm #ajaxSubmit {
	width: 85px;
	height: 40px;
	position: absolute;
	top: 310px;
	left: 77px;
}

#wAjaxForm p {
	color: #666;
	font-size: 12px;
}
#wAjaxFail #retryBtn {
	width: 70px;
	height: 30px;
}
#wAjaxSending img {
	margin-left: 72px;
	margin-top: 20px;
}

/* Localized */