#credit_calc_link {
	display: block;
	padding-top: 22px;
	padding-left: 5px;
}

#credit_calc_link a {
	font-size: 12px;
}

#credit_calc {
	display: none;
	width: 540px;
	height: 564px;
}

#credit_calc_content {	position: absolute;
	top: 40px;
	left: 40px;
	width: 529px;
	height: 540px;
	//height: 556px;
	padding: 0px 15px 0 20px;
	font-size: 14px;
	background-color: #FFF;
}

/* Shadow */
#top_left {	position: absolute;
	top: 0px;
	left: 1px;
	width: 40px;
	height: 40px;
	background: url(/images/credit_calc/top_left.png) no-repeat;
}

*HTML #top_left {
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/credit_calc/top_left.png', sizingMethod='crop');
}

#top {
	position: absolute;
	top: 1px;
	left: 40px;
	width: 564px;
	height: 40px;
	background: url(/images/credit_calc/top.png) repeat-x;
}

*HTML #top {
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/credit_calc/top.png', sizingMethod='scale');
}

#top_right {
	position: absolute;
	top: 0px;
	left: 604px;
	width: 40px;
	height: 40px;
	background: url(/images/credit_calc/top_right.png) no-repeat;
}

*HTML #top_right {
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/credit_calc/top_right.png', sizingMethod='crop');
}

#middle_left {
	position: absolute;
	top: 40px;
	left: 1px;
	width: 40px;
	height: 540px;
	//height: 556px;
	background: url(/images/credit_calc/left.png) repeat-y;
}

*HTML #middle_left {
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/credit_calc/left.png', sizingMethod='scale');
}

#middle_right {
	position: absolute;
	top: 40px;
	left: 604px;
	width: 40px;
	height: 540px;
	//height: 556px;
	background: url(/images/credit_calc/right.png) repeat-y;
}

*HTML #middle_right {
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/credit_calc/right.png', sizingMethod='scale');
}

#bottom_left {
	position: absolute;
	top: 580px;
	//top: 596px;
	left: 1px;
	width: 40px;
	height: 40px;
	background: url(/images/credit_calc/bottom_left.png) no-repeat;
}

*HTML #bottom_left {
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/credit_calc/bottom_left.png', sizingMethod='crop');
}

#bottom {
	position: absolute;
	top: 579px;
	//top: 595px;
	left: 40px;
	width: 564px;
	height: 40px;
	background: url(/images/credit_calc/bottom.png) repeat-x;
}

*HTML #bottom {
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/credit_calc/bottom.png', sizingMethod='scale');
}

#bottom_right {
	position: absolute;
	top: 580px;
	left: 604px;
	//top: 596px;
	width: 40px;
	height: 40px;
	background: url(/images/credit_calc/bottom_right.png) no-repeat;
}

*HTML #bottom_right {
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/credit_calc/bottom_right.png', sizingMethod='crop');
}

/* Shadow end */

#close_btn {	float: right;
	margin-right: -15px;
}

#credit_calc_content hr {	color: #CCC;
	margin: 12px 0px;
	height: 1px;
}

#credit_calc_content table {	border: 0px solid #FFF;
	width: 100%;
}

#credit_calc_content .firstCol {	width: 38%;
	vertical-align: top;
	padding-top: 8px;
}

#credit_calc_content .secondCol {
	width: 18%;
}

#credit_calc_content .thirdCol {
	vertical-align: top;
	padding-top: 8px;
	font-size: 12px;
}

#credit_calc_content input.textfield {
	/*border:1px solid #39C;*/
	width: 85px;
	/*padding: 7px;*/
	margin-bottom: 10px;
}

#credit_calc_content .selectfield {
	/*border:1px solid #39C;*/
	width: 135px;
	/*padding: 7px;*/
	margin-bottom: 10px;
}

#credit_calc_content .figures {	font-weight: bold;
	font-size: 16px;
	display: inline;
}

#credit_calc_content a:link, #credit_calc_content a:visited, #credit_calc_content a:active {	color: #06C !important;
	text-decoration: underline !important;
	font-size: 14px !important;
}

#credit_calc_content a:hover {	color: #06C !important;
	text-decoration: none !important;
	font-size: 14px !important;
}

#credit_calc_content .linkCont {	margin-bottom: 15px;
}

.b {
	font-weight: bold;
}

#payment_info_type_select label {	vertical-align: middle;
	margin-right: 10px;
}

.thickbox_title {
	font-size: 20px;
	font-weight: lighter;
	margin-bottom: 35px;
	padding-top: 50px;
}