/* ##### CALCS ##################################################################### */
body {
	font-size: 11px;
}

#close_line,#close_line2{height:16px;line-height:12px;background:url(../images/close_line_bgr.png) repeat-x bottom;text-align:right;margin-bottom:1px;}
#close_line a,#close_line2 a{color:#7A7A7A;text-decoration:none;}
#close_line img,#close_line2 img{vertical-align:middle;}


#calc_div {height:282px;}

.calc_input2 {margin:25px 0 0 13px;}
.calc_btn2{float:none;margin:25px 0 25px 0;}
.thick_inner2{height:227px;}

#calc_res_row{
	width:300px;
	margin:0 auto;
	font-weight:bold;
	color:#838383;
	font-size:13px;

}
#calc_res_row span{font-size:13px;}

#calc_res{width:160px;display:block;float:right;text-align:left;font-size:13px;text-align:center;}

.calc_input2 span{float:left;width:72px;text-align:right;}
.calc_input2 select{height:auto;font-size: 11px;}

/* ##### DATE PICKER ##################################################################### */

a.dp-choose-date {
	float: left;
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 2px 3px 0;
	display: inline;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat -1px -1px; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	margin:2px 0 0 1px;
}

/* ##### OFFER TYPE ##################################################################### */
#closeit{
	width:68px;
	height:18px;
	line-height:14px;
	background: url(../images/close_bgr.gif) no-repeat center top;
	float:right;
}
.green_title2, .red_title2 {
	text-align:			left;
	padding-left:	15px;
	margin-bottom:	0;
}
.green_title2 a, .red_title2 a {
	font-size: 11px;
	text-decoration:none;
	font-weight:	normal;
	color:			#D1333B;
	margin-left:	10px;
}
.green_title2 img, .red_title2 img {vertical-align:middle;}

#type_div {
	width:				443px;
	height:				auto;
	padding:			0 0 15px;
	background:			white;
}

.fset_type {
	border-color:		#CBCBCB;
	background:			white;
	width:				425px;
	margin-top:			8px;
	height:				60px;
	text-align:			left;
	color:				#676767;
	margin-left:		8px;
	font-size: 			11px;
}
.fset_type legend {
	background:			white url(../images/arrow_down_grey.png) no-repeat 6px 4px;
	padding:			0 6px 0 17px;
	margin-left:		30px;
	font-weight:		bold;
	color:				#C9323C;
}
.fset_type ul {margin-top:20px;}
.offer_type_row {
	font-size:			11px !important; 
	width:				98%;
	margin:				0 auto;
	text-align:			left;
	border-collapse:	separate;
	border-spacing:		5px 10px;
}
.offer_type_row input {
	vertical-align:		middle;
}
.service_name {
	color:				#83A13D;
	font-size:			12px;
	font-weight:		bold;
}
.fset_type select {
	width:				150px;
	height:				18px;
	margin:				13px 0 0 35px;
	border:				1px solid #CECECE;
	padding-top:		1px;
	color:				#676767;
}
.price_row {
	margin:				15px 0 0 35px;
	width:				375px;
	font-size:			12px;
}
#price {font-size:		12px;}
#etype_border, #order_cvs_border, #add_note_border {
	width:				441px;
	height:				auto;
	padding-top:		15px;
	padding-bottom:		15px;
	border:				1px solid #dddddd;
	border-width:		0 1px 0 1px;
	background:			url(../images/etype_bottom.png) no-repeat center bottom;
}
.etype_btn, .red_btn {
	width:				99px;
	height:				27px;
	margin-top:			5px;
	background:			url(../images/button.png) no-repeat center top;
	border:				0;
	color:				white;
	font-size:			13px;
	font-weight:		bold;
	cursor:				pointer;
}
.red_btn {background:	url(../images/red_button.png) no-repeat center top;}

/* ##### ORDER CVs ##################################################################### */
#order_cvs_div {
	width:				445px;
	height:				310px;
	background:			white;
}
#order_cvs_border {
	width:				443px;
	height:				243px;
}
.order_cvs_row label {
	font-size:			12px;
	font-weight:		bold;
	color:				#8D8D8D;
}
.order_cvs_row input {vertical-align:middle;margin-left:25px;}
.order_cvs_row label img {vertical-align:middle;margin:5px 5px 0 15px;}

/* ##### ADD EMPLOYER NOTE ##################################################################### */
#add_note_div {
	width:				525px;
	height:				268px;
	background:			white;
}
#add_note_border {
	border-width:		1px;
	width:				523px;
	height:				167px;
	line-height:20px;
	background-image:	none;
}
div#add_note_border {
	width:				508px;
	height:				157px;
	padding:			5px 5px 5px 10px;
	text-align:			left;
}
div#add_note_border input {
	font-size:			11px;
	border:				0;
	color:				red;
	margin-left:		3px;
	width:				88px;
}
#note_subtitle {
	height:				34px;
	line-height:		34px;
	background:			url(../images/add_note_subtitle.png) repeat-x center bottom;
	margin-bottom:		1px;
	padding-left:		10px;
	text-align:			left;
	overflow:			hidden;
	white-space:		nowrap;
	color:				#676767;
	font-weight:		bold;
}
.red_normal {color:#DB3743;font-weight:normal;}

/* ##### SYSTEM MSG ##################################################################### */

#sys_msg_div {
	width:				443px;
	min-height:			100px;
	background:			white;
	padding:			1px;
	margin:				0 auto;
	text-align:			center;
}
#close_line2{height:21px;background:#F2F2F2 url(../images/close_line2_btm.png) repeat-x bottom;}
#close_line2 a{margin-right:2px;}

#sys_msg {
	position:			relative;
	left: 				0px;
	top: 				5px;
	width:				333px;
	margin:				5px auto;
	font-size:			12px;
	line-height:		22px;
	text-align:			left;
	font-weight:		bold;
}
#sys_msg img {margin:0 15px 10px 0;float:left;}
.ok_msg {color:			#9AB458;}
.error_msg {color:		#C13C42;}
