@charset "utf-8";
/* CSS Document */

#bread-crumb {
	margin-left: 25px;
}
.claim {
	color: #2e2e27;
}

.num-wrap{
	width:590px;
	text-align:center;
	padding:5px;
	margin-left:50px;
}
.num-num{
	display:inline;
	border: 1px solid #39C;
	color: #666;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 0;
	cursor:pointer;
	width:20px;
	float:left;
	cursor:pointer;
}
.num-num-not{
	display:inline;
	border: 1px solid #666;
	color: #666;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 0;
	background:#3399cc; color:#fff; font-weight:bold;
	width:20px;
	float:left;
	cursor:pointer;
}
.num-num-not2{
	display:inline;
	border: 1px solid #666;
	color: #666;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 0;
	background:#3399cc; color:#fff; font-weight:bold;
	width:20px;
	float:left;
	cursor:pointer;
}

/*.crumbs {
	color:#2e2e27;
	font-family: Calibri, Arial, Verdana, Geneva, sans-serif;
	font-size: 19px;
	font-weight: bold;
	overflow: hidden;
	line-height: 45px;
	vertical-align: middle;
	margin-right: 5px;
}

.crumbs a {
	color: #666;
}

.crumbs a:hover {
	color: #3399cc;
}

.crumbs-space{
	font-weight: bold;
	overflow: hidden;
	line-height: 45px;
	vertical-align: middle;
	color: #666;
	font-size: 16px;
}

.crumbs-end {
	font-family: Calibri, Arial, Verdana, Geneva, sans-serif;
	font-size: 19px;
	color: #ef8d00;
	font-weight: bold;
	overflow: hidden;
	line-height: 45px;
	vertical-align: middle;
	margin-left: 5px;
}
*/
#mover-detail {
	width: 245px;
	float: left;
	margin-top:21px;
}
.mover-name {
	font-family: Calibri, Arial, Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #3399cc;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.mover-address {
	color:  #2e2e27;
}
.mover-star {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

#write-review-wrap {
	width: 604px;
	background-color: #e8f6fd;
	margin-bottom: 25px;
	border: 3px solid #ddeff8;
}
#write-review {
	width: 554px;
	margin-right: 22px;
	margin-left: 22px;
	padding-top: 22px;
	padding-bottom: 22px;
}
.review-field-title {
	width: 110px;
	float: left;
}
.write-review-field {
	float: left;
	width: 440px;
}
#writer-name {
	clear: both;
	height: 35px;
}
#writer-email {
	clear: both;
	height: 35px;
}
.review-field {
	height: 22px;
	width: 350px;
	font-size: 12px;
	border: 1px solid #bbdff1;
	color: #666;
}
#writer-rate {
	clear: both;
	height: 30px;
}
#writer-review {
	clear: both;
	overflow: hidden;
}
.text-area {
	height: 200px;
	width: 350px;
	font-size: 12px;
	overflow: auto;
	border: 1px solid #bbdff1;
	color: #666;
}
#write-content {
	margin-top: 25px;
}
#captcha-wrap {
	/*
	width: 350px;
	background-color: #c2e1f0;
	*/
	margin-top: 15px;
	clear: both;
}
#captcha-content {
	/*width: 340px;*/
	padding: 20px;
}
#captcha-image {
	height: 45px;
	width: 340px;
}
.captcha-text {
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 340px;
	display: block;
	line-height: 30px;
}
.captcha-field {
	height: 22px;
	width: 338px;
	font-size: 12px;
	border: 1px solid #9ecfe7;
	color: #666;
}
#submit-btn {
	/*height: 32px;*/
	width: 98px;
	margin:15px 0px 0px 122px;
	text-align:center;
}

.qoute_button{
	background:url(/img/small-quote-btn.gif) center no-repeat;
	height:43px;
	width:228px;
	border:0px;
	cursor:pointer;
}

.submit_review{
	background:url(/img/submit-review.gif) center no-repeat;
	height:27px;
	width:120px;
	border:0px;
	cursor:pointer;
}

.no_review{
	text-align:center;
	margin:5px 0px 5px 0px;
	font-weight:bold;
}


.invisible_stars{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	z-index:3;
	position:absolute;
	cursor:pointer;
}

.rate_summary{
	float:left;
	width:250px;
	font-size:9pt;
}

	.rate_summary a{
		color:#36f;
		text-decoration:none;
		cursor:pointer;
	}
	
	.rate_summary a:hover{
		color:#36f;
		text-decoration: underline;
		cursor:pointer;
	}
	
#company_number{
}

	#company_number a{
		color:#3399cc;
		cursor:pointer;
		text-decoration:none;
	}
	
	#company_number a:hover{
		color:#3399cc;
		cursor:pointer;
		text-decoration: underline;
	}
