﻿.layout_table {
	float: right;
	width: 754px;
	margin-top: 2px;
	border-collapse: collapse;
	border: 0px solid red;
}
.layout_table td {
	vertical-align: top;
}
.left_Col {
	width: 381px;
	height: 100%;
	background-image: url(../../images/bg.gif);
	background-repeat: repeat;
	border: 0px solid blue;
}
.left_Col .img {
	float: right;
	background-color: #fff;
	border: 0px solid blue;
	border-bottom: 5px solid #fff;
}
.sep_Col {
	width: 30px;
}
/*-------- right_Col form-details ----------------------------------*/
.right_Col {
	width: 342px;
	border: 0px solid blue;
}
.right_Col .dynamic-Text {
	width: 343px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 16px;
}
.hdr {
	float: right;
	width: 100%;
	height: 21px;
	font-size: 12px;
	font-weight: bold;
	color: #656565;
	border: 0px solid blue;
	border-bottom: 1px solid #dcdcdc;
}

/*-------- form ----------------------------------*/
.form {
	border: 0px solid red;
}
.form .errMsg {
	float: right;
	width: 188px;
	padding-right: 8px;
	margin-right: 90px;

	background-image: url(../../images/star_ico.gif);
	background-position: right 7px;

	font-size: 11px;
	font-weight: normal;
	color: #8a1946;
	line-height: 18px;
	border: 0px solid red;
}
.form .errMsg_hdr {
	margin-right: 0px;
	margin-bottom: 15px;
}
.form .cap {
	float: right;
	width: 80px;
	padding-right: 8px;

	font-size: 11px;
	font-weight: normal;
	color: #656565;
	line-height: 18px;
	border: 0px solid blue;
}
.form .mandatory {
	background-image: url(../../images/star_ico.gif);
	background-position: right 7px;
}
.form .tb,
.form .dd,
.form .textarea {
	float: right;
	width: 188px;
	background-color: #fff;
	
	font-size: 11px;
	font-weight: normal;
	color: #656565;
	border: 1px solid #dcdcdc;
}
.form .textarea {
	width: 230px;
	height: 70px;
	overflow-y: scroll;
	resize: none;
}
.form .cbl {
	float: right;
	width: 188px;
	border: 0px solid red;
}
.form .cbl input {
	float: right;
	margin-bottom: 10px;
}
.form .cbl label {
	float: right;
	width: 60px;
	font-size: 11px;
	font-weight: normal;
	color: #656565;
	line-height: 20px;
	margin-bottom: 10px;
}
.form .cb {
	margin-right: 5px;
	width: 300px;
}
.form .cb label {
	width: 220px;
}
.form br {
	clear: both;
}
.form .remark {
	float: right;
	margin-right: 5px;

	font-size: 11px;
	font-weight: normal;
	color: #656565;
	line-height: 18px;
	border: 0px solid blue;
}

.form .hline {
	float: right;
	background-color: #ccc;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 10px 0;
	border: none;
}

.form .btnClear {
	float: left;
	font-weight: bold;
	padding-right: 10px;
	margin-left: 10px;
}
.form .btnSubmit {
	float: left;
	font-weight: bold;
	padding-right: 10px;
}
.form .btnSubmit span,
.form .btnClear span {
	margin-right: 7px;
}


/*------------------------------------------	Search form	------------------------------------------------------------------------------------------------------------------------------*/
.right_Col .search {
	float: right;
	width: 100%;
	height: auto;
}
.right_Col .search .txt {
	clear: both;
	float: right;
	width: 100%;
	height: 14px;
	line-height: 14px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin-bottom: 14px;
	margin-top: 14px;
	padding: 0;
	border-bottom: solid #ccc 1px;
}
.right_Col .search .cb {
	clear: none;
	float: right;
	width: auto;
	height: 21px;
	line-height: 21px;
	margin-left: 36px;
}
.right_Col .search .cb input {
	float: right;
	width: 10px;
	line-height: 21px;
}
.right_Col .search .cb label {
	float: left;
	width: auto;
	height: 21px;
	line-height: 21px;
	margin-right: 10px;
}
.right_Col .search a {
	float: right;
	height: 30px;
	margin: 12px 16px;
}
.right_Col .search a img {
	border: solid Transparent 4px;
}
.right_Col .search a:hover img, .right_Col .search a.sel img {
	border: solid #fec900 4px;
}
.right_Col .search .hline {
	margin-top:136px;
}

.right_Col .search .btnClear {
	float: right;
	margin-right: 190px;
}
.right_Col .search .btnSearch {
	float: left;
}
