body {
    /*color: #6B6A6A;*/
	font-family: 'Hanuman', serif;
    /*font: 80%/180% Helvetica,Arial,Verdana,Genev,sans-serif, khmer OS System;*/
   /* font-size:12px;*/
    font-family: Helvetica,Arial,Verdana,Genev,sans-serif, khmer OS System;
}
.f24{
	font-size:24px;
	text-align:center;
	}
.f9{
	font-size:9px;
	}
.f8{
	font-size:8px;
	}
.upper{ 
	text-transform:uppercase;
	}
.border{
	border:#CCC thin solid;	
}
.bold{
	font-weight:700;
}

.font-KM {
    font-family: 'Khmer OS Muol Light';
}

.font-KC {
    font-family: 'Khmer OS Metal Chrieng';
}

.font-KBB {
    font-family: 'Khmer OS Battambang';
}

	
.radius{
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}	
	
.shadow{
	-moz-box-shadow:inset 1px 2px 5px #ddd;
	-webkit-box-shadow:inset 1px 2px 5px #ddd;
	box-shadow:inset 1px 2px 5px #ddd;
	
}

.scrolediv{
	width:100%;
	/*float:left;*/
	/*background-color:#D6E8F6;*/
	height:450px;
	text-align:left;
	/*margin:10px; */
/*	line-height:25px; 
*/	
	border:1px solid #CCC; 
	padding:5px;
	overflow-y:auto;
	overflow-x:hidden;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	}

.clear{ 
	clear:both;
	height:10px;
	}

/** Table **/

table.list {
    margin:auto;
	table-layout:fixed;
    width:100%;
/*	border:1px solid #F03;*/
}
table.listheight {
    margin-top: 5px;
    /*width: 100%;*/
    height:auto;
    vertical-align: 0px;
    border-bottom: 1px;
       
}

table.list thead tr{
    background: #ededed;
    font-weight: bold;
    text-align: center;
}

table.list tbody tr{
    height:auto;
    vertical-align: top;
}
table.list tbody tr:nth-child(2n) {
    background: #f9f9f9;
}
table.list tbody tr:nth-child(2n +1) {
    background: #fcfcfc;
}
table.list tbody tr:hover {
    background: #FCFBBA;
}
table.list tbody tr td{
    padding: 5px 10px 5px 10px;
	word-break: break-all;
}

/*table tbody tr td{
	border:1px solid #F33;
	}*/

/*table ind*/
table.ind {
    margin-top: 5px;
	/*table-layout:fixed;*/
	width:100%;
	font-size:14px;
}
table.ind thead {
	border-bottom:#CCC thin solid;
}

table.ind thead tr{
    background: #ededed;
    font-weight: bold;
    text-align: center;
}

table.ind thead tr th{
	border:#CCC thin solid;
	text-align:center;
}
table.ind tbody tr{
    height:auto;
    vertical-align:middle;
	border-bottom:#333 thin solid;
}
table.ind tbody tr td{
    padding: 5px 5px 5px 5px;
	border:#CCC thin solid;
	word-break: break-all;
	/*text-align:left;*/
}

/*table indp for printing*/

table.indp {
    margin-top: 5px;
	/*table-layout:fixed;*/
	width:100%;
	
	/*<!--font-size:12px;-->*/
}
table.indp thead {
	border-bottom:#CCC thin solid;
}

table.indp thead tr{
    background: #ededed;
    font-weight: bold;
    text-align: center;
}

table.indp thead tr th{
	border:#CCC thin solid;
	text-align:center;
}

table.indp tbody tr{
    height:auto;
    vertical-align:middle;
	border-bottom:#333 thin solid;
}
/*table.ind tbody tr:nth-child(2n) {
    background: #f9f9f9;
}
table.ind tbody tr:nth-child(2n +1) {
    background: #fcfcfc;
}
table.ind tbody tr:hover {
    background: #FCFBBA;
}*/
table.indp tbody tr td{
    padding: 5px 5px 5px 5px;
	border:#CCC thin solid;
	word-break: break-all;
	/*text-align:left;*/
}

/*table frame*/
table.frame {
	width:100%;
	table-layout:fixed;
    margin-top: 5px;
	/*font-size:12px;
	background-color:#FFE;*/
}
table.frameheight {
    margin-top: 0px;
    width: 100%;
    height:auto;
    vertical-align: 0px;
    border-bottom: 0px;
}
table.frame td{
	padding: 5px 5px 5px 5px;
	vertical-align:middle;
	border-bottom:#CCC thin solid;
	/*word-break: break-all;*/
	}

table.frame th{
	padding: 5px 5px 5px 5px;
	vertical-align:middle;
	text-align:center;
	border-bottom:#CCC thin solid;
	/*word-break: break-all;*/
	}


/* no border */	
table.noborder{
	table-layout:fixed;
	width:100%;
	border:none;
}
table.noborder th{ 
font-weight:bold;
vertical-align:middle;
height:42px;
border-bottom:#999 solid thin;
}

table.noborder tr{ 
	border:none;
}
table.noborder td{ 
	padding: 5px 10px 5px 10px;
	vertical-align:middle;
	}

/*------------------user---------------------*/

/*table act*/
table.act {
	width:100%;
	/*font-size:12px;*/
	table-layout:fixed;
}

table.act tbody tr{
    height:auto;
    vertical-align: top;
	/*border-bottom:#333 thin solid;*/
	border-top:#333 thin solid;
}
table.act tbody tr:nth-child(2n) {
    background: #f9f9f9;
}
table.act tbody tr:nth-child(2n +1) {
    background: #fcfcfc;
}
table.act tbody tr:hover {
    background: #FCFBBA;
}
table.act tbody tr td{
 	text-align:left;
	word-break: break-all;
}

/*table bud*/
table.bud {
	width:98%;
	font-size:12px;
	margin-left:10px;
	font-style:italic;
	table-layout:fixed;

}

table.bud tbody tr{
    height:auto;
    vertical-align: top;
/*	border-bottom:#333 thin solid;*/
}
table.bud tbody tr td{
 	text-align:left;
	word-break: break-all;
}

table.bud thead{
	border-bottom:#999 solid thin;
	}


/* table title */
table.title {
    margin-top: 5px;
    width: 100%;
	font-size:16px;
	background-color:#CCC;
}

table.title tbody tr{
    height:auto;
    vertical-align: top;
}
table.title tbody tr:nth-child(2n) {
    background: #f9f9f9;
}
table.title tbody tr:nth-child(2n +1) {
    background: #fcfcfc;
}
table.title tbody tr:hover {
    background: #FCFBBA;
}
table.title tbody tr td{
    padding: 1px 1px 1px 20px;
}

.bordergray{ 
	border:#CCC thin solid;
	border-radius:5px;
}

.tcenter{
text-align:center !important;
}

.tright{
text-align:right !important;
}

.tleft{
text-align:left !important;
}
.w50{
	width:50px;
	}	

.w100{
	width:100px;
	}
.w150{
	width:150px;
	}	
	

.w200{
	width:200px;
	}	

.w250{
	width:250px;
	}
.w300{
	width:300px;
	}
.w350{
	width:350px;
	}
.w400{
	width:400px;
	}
.w450{
	width:450px;
	}	
.w500{
	width:500px;
	}
.w600{
	width:600px;
	}
.w700{
	width:700px;
	}
.w800{
	width:800px;
	}
.w900{
	width:900px;
	}
.w_button {
	margin:15px 0;
	text-align:center;
}
 
/*========================bt_blue============*/

.bt_silver {
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(244,244,244,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
	border: 1px solid #999999;
	cursor:pointer;
	margin:5px;
	color:#333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0px 10px;
	height: 35px;
	padding:0 15px;
	text-align:center;
	
}

.bt_silver:hover {
	-moz-box-shadow: 0 0 1px 1px #DDDDDD;
	-webkit-box-shadow: 0 0 1px 1px #DDDDDD;
	box-shadow: 0 0 1px 1px #DDDDDD;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
}

.bt_silver:active {
	-moz-box-shadow: 0 0 1px 1px #DDDDDD;
	-webkit-box-shadow: 0 0 1px 1px #DDDDDD;
	box-shadow: 0 0 1px 1px #DDDDDD;
	background: rgb(224,224,224);
	background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(244,244,244,1)));
	background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(244,244,244,1) 100%);
	background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(244,244,244,1) 100%);
	background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(244,244,244,1) 100%);
	background: linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(244,244,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f4f4f4',GradientType=0 );
}

/*===================bt_orange=====================*/

.bt_orange {
	text-align:center;
	text-decoration:none;
	padding:1px 1px 1px 1px;
	height:auto;
	/*vertical-align:top;*/
	margin:auto;
/*	line-height:36px;*/
	border: 1px solid #C98200;
	cursor:pointer;
	
	color:#fff;
	background: #ffaf4b;
	background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a));
	background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%);
	background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%);
	background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%);
	background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 );	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:0 1px 1px #aaa;
	-webkit-box-shadow:0 1px 1px #aaa;
	-moz-box-shadow:0 1px 1px #aaa;
	text-shadow:0 1px 1px #555;
	-webkit-text-shadow:0 1px 1px #555;
	-moz-text-shadow:0 1px 1px #555;
}

.bt_orange:hover {
	background: #ffb963;
	background: -moz-linear-gradient(top,  #ffb963 0%, #ffa332 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb963), color-stop(100%,#ffa332));
	background: -webkit-linear-gradient(top,  #ffb963 0%,#ffa332 100%);
	background: -o-linear-gradient(top,  #ffb963 0%,#ffa332 100%);
	background: -ms-linear-gradient(top,  #ffb963 0%,#ffa332 100%);
	background: linear-gradient(to bottom,  #ffb963 0%,#ffa332 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb963', endColorstr='#ffa332',GradientType=0 );

}

.bt_orange:active {
	background: #ff920a;
	background: -moz-linear-gradient(top,  #ff920a 0%, #ffaf4b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff920a), color-stop(100%,#ffaf4b));
	background: -webkit-linear-gradient(top,  #ff920a 0%,#ffaf4b 100%);
	background: -o-linear-gradient(top,  #ff920a 0%,#ffaf4b 100%);
	background: -ms-linear-gradient(top,  #ff920a 0%,#ffaf4b 100%);
	background: linear-gradient(to bottom,  #ff920a 0%,#ffaf4b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ffaf4b',GradientType=0 );
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.bt_blue {
	text-align:center;
	text-decoration:none;
	padding:1px 1px 1px 1px;
	height:auto;
	/*vertical-align:top;*/
	margin:auto;
/*	line-height:36px;*/
	border:1px solid #0067EF;
	cursor:pointer;
	
background: #4096ee;
background: -moz-linear-gradient(top,  #4096ee 0%, #1280ed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4096ee), color-stop(100%,#1280ed));
background: -webkit-linear-gradient(top,  #4096ee 0%,#1280ed 100%);
background: -o-linear-gradient(top,  #4096ee 0%,#1280ed 100%);
background: -ms-linear-gradient(top,  #4096ee 0%,#1280ed 100%);
background: linear-gradient(to bottom,  #4096ee 0%,#1280ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#1280ed',GradientType=0 );
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:0 1px 1px #aaa;
	-webkit-box-shadow:0 1px 1px #aaa;
	-moz-box-shadow:0 1px 1px #aaa;
	text-shadow:0 1px 1px #555;
	-webkit-text-shadow:0 1px 1px #555;
	-moz-text-shadow:0 1px 1px #555;
}

.bt_blue:hover {
background: #2187ed;
background: -moz-linear-gradient(top,  #2187ed 0%, #0055e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2187ed), color-stop(100%,#0055e8));
background: -webkit-linear-gradient(top,  #2187ed 0%,#0055e8 100%);
background: -o-linear-gradient(top,  #2187ed 0%,#0055e8 100%);
background: -ms-linear-gradient(top,  #2187ed 0%,#0055e8 100%);
background: linear-gradient(to bottom,  #2187ed 0%,#0055e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2187ed', endColorstr='#0055e8',GradientType=0 );

}

.bt_blue:active {
background: #1280ed;
background: -moz-linear-gradient(top,  #1280ed 0%, #4096ee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1280ed), color-stop(100%,#4096ee));
background: -webkit-linear-gradient(top,  #1280ed 0%,#4096ee 100%);
background: -o-linear-gradient(top,  #1280ed 0%,#4096ee 100%);
background: -ms-linear-gradient(top,  #1280ed 0%,#4096ee 100%);
background: linear-gradient(to bottom,  #1280ed 0%,#4096ee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1280ed', endColorstr='#4096ee',GradientType=0 );
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}

.bt_red {
	background: #e20404;
	background: -moz-linear-gradient(top,  #e20404 0%, #cf0404 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20404), color-stop(100%,#cf0404));
	background: -webkit-linear-gradient(top,  #e20404 0%,#cf0404 100%);
	background: -o-linear-gradient(top,  #e20404 0%,#cf0404 100%);
	background: -ms-linear-gradient(top,  #e20404 0%,#cf0404 100%);
	background: linear-gradient(top,  #e20404 0%,#cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20404', endColorstr='#cf0404',GradientType=0 );
	border:1px solid #AD0303;
}

.bt_red:hover {
	background: #ff4f4f;
	background: -moz-linear-gradient(top,  #ff4f4f 0%, #ce4242 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4f4f), color-stop(100%,#ce4242));
	background: -webkit-linear-gradient(top,  #ff4f4f 0%,#ce4242 100%);
	background: -o-linear-gradient(top,  #ff4f4f 0%,#ce4242 100%);
	background: -ms-linear-gradient(top,  #ff4f4f 0%,#ce4242 100%);
	background: linear-gradient(top,  #ff4f4f 0%,#ce4242 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4f4f', endColorstr='#ce4242',GradientType=0 );
}

input[type="button"]:disabled {
	background:#AAA;
}

input[type="button"]:disabled:hover {
	background:#AAA;
}

.dualnav {
	display:block;
	margin: 10px 0;
    min-width: 50px !important;
}

/*============ link ==============*/
.link {
	color:#004EBC;
	text-decoration:none;
	cursor:pointer;
}

.link:hover {
	color:#E07A43; 
}

.ico_link {
	display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    padding-left: 24px;
	background:url(../images/man16.png) no-repeat;
}
.M{ 
	display:inline-block;
	padding-left:24px;
	line-height:24px;
	background:url(../images/man16.png) no-repeat;
}
.F{ 
	display:inline-block;
	padding-left:24px;
	line-height:24px;
	background:url(../images/woman16.png) no-repeat;
}

.f_entry {
	width:800px;
	margin:auto;
	margin-top:40px;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.pad_leff{ 
padding-left:15px;
	}
	
/*table bor*/
table.bor {
    margin-top: 5px;
	width:100%;
	font-size:12px;
}
table.bor thead {
	border-bottom:#CCC thin solid;
}

table.bor thead tr{
    background: #ededed;
    /*font-weight: bold;*/
    text-align: center;
}

table.bor thead tr th{
	border:#CCC thin solid;
	text-align:center;
	
}
table.bor tbody tr{
    height:auto;
    vertical-align: top;
	border-bottom:#333 thin solid;
}
table.bor tbody tr td{
    padding: 5px 5px 5px 5px;
	border:#CCC thin solid;
	text-align:left;
}

/*table label*/

table.label {
    margin-top: 5px;
	font-size:12px;
}
table.label thead {

}
table.label thead tr{
    text-align: center;
}

table.label thead tr th{
	text-align:center;
	
}
table.label tbody tr{
    height:auto;
    vertical-align: top;
}
table.label tbody tr td{
    padding: 5px 5px 5px 5px;
	text-align:center;
}

.bt_silver {
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(244,244,244,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
	border: 1px solid #999999;
	cursor:pointer;
	margin:5px;
	color:#333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0px 10px;
	height: 35px;
	padding:0 15px;
	text-align:center;
	
}

.bt_silver:hover {
	-moz-box-shadow: 0 0 1px 1px #DDDDDD;
	-webkit-box-shadow: 0 0 1px 1px #DDDDDD;
	box-shadow: 0 0 1px 1px #DDDDDD;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
}

.bt_silver:active {
	-moz-box-shadow: 0 0 1px 1px #DDDDDD;
	-webkit-box-shadow: 0 0 1px 1px #DDDDDD;
	box-shadow: 0 0 1px 1px #DDDDDD;
	background: rgb(224,224,224);
	background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(244,244,244,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(244,244,244,1)));
	background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(244,244,244,1) 100%);
	background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(244,244,244,1) 100%);
	background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(244,244,244,1) 100%);
	background: linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(244,244,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f4f4f4',GradientType=0 );
}

/*===================bt_orange=====================*/

.bt_orange {
	text-align:center;
	text-decoration:none;
	padding:1px 1px 1px 1px;
	height:auto;
	/*vertical-align:top;*/
	margin:auto;
/*	line-height:36px;*/
	border: 1px solid #C98200;
	cursor:pointer;
	
	color:#fff;
	background: #ffaf4b;
	background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a));
	background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%);
	background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%);
	background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%);
	background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 );	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:0 1px 1px #aaa;
	-webkit-box-shadow:0 1px 1px #aaa;
	-moz-box-shadow:0 1px 1px #aaa;
	text-shadow:0 1px 1px #555;
	-webkit-text-shadow:0 1px 1px #555;
	-moz-text-shadow:0 1px 1px #555;
}

.bt_orange:hover {
	background: #ffb963;
	background: -moz-linear-gradient(top,  #ffb963 0%, #ffa332 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb963), color-stop(100%,#ffa332));
	background: -webkit-linear-gradient(top,  #ffb963 0%,#ffa332 100%);
	background: -o-linear-gradient(top,  #ffb963 0%,#ffa332 100%);
	background: -ms-linear-gradient(top,  #ffb963 0%,#ffa332 100%);
	background: linear-gradient(to bottom,  #ffb963 0%,#ffa332 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb963', endColorstr='#ffa332',GradientType=0 );

}

.bt_orange:active {
	background: #ff920a;
	background: -moz-linear-gradient(top,  #ff920a 0%, #ffaf4b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff920a), color-stop(100%,#ffaf4b));
	background: -webkit-linear-gradient(top,  #ff920a 0%,#ffaf4b 100%);
	background: -o-linear-gradient(top,  #ff920a 0%,#ffaf4b 100%);
	background: -ms-linear-gradient(top,  #ff920a 0%,#ffaf4b 100%);
	background: linear-gradient(to bottom,  #ff920a 0%,#ffaf4b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ffaf4b',GradientType=0 );
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.bt_blue {
	text-align:center;
	text-decoration:none;
	padding:1px 1px 1px 1px;
	height:auto;
	/*vertical-align:top;*/
	margin:auto;
/*	line-height:36px;*/
	border:1px solid #0067EF;
	cursor:pointer;
	
background: #4096ee;
background: -moz-linear-gradient(top,  #4096ee 0%, #1280ed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4096ee), color-stop(100%,#1280ed));
background: -webkit-linear-gradient(top,  #4096ee 0%,#1280ed 100%);
background: -o-linear-gradient(top,  #4096ee 0%,#1280ed 100%);
background: -ms-linear-gradient(top,  #4096ee 0%,#1280ed 100%);
background: linear-gradient(to bottom,  #4096ee 0%,#1280ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#1280ed',GradientType=0 );
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:0 1px 1px #aaa;
	-webkit-box-shadow:0 1px 1px #aaa;
	-moz-box-shadow:0 1px 1px #aaa;
	text-shadow:0 1px 1px #555;
	-webkit-text-shadow:0 1px 1px #555;
	-moz-text-shadow:0 1px 1px #555;
}

.bt_blue:hover {
background: #2187ed;
background: -moz-linear-gradient(top,  #2187ed 0%, #0055e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2187ed), color-stop(100%,#0055e8));
background: -webkit-linear-gradient(top,  #2187ed 0%,#0055e8 100%);
background: -o-linear-gradient(top,  #2187ed 0%,#0055e8 100%);
background: -ms-linear-gradient(top,  #2187ed 0%,#0055e8 100%);
background: linear-gradient(to bottom,  #2187ed 0%,#0055e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2187ed', endColorstr='#0055e8',GradientType=0 );

}

.bt_blue:active {
background: #1280ed;
background: -moz-linear-gradient(top,  #1280ed 0%, #4096ee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1280ed), color-stop(100%,#4096ee));
background: -webkit-linear-gradient(top,  #1280ed 0%,#4096ee 100%);
background: -o-linear-gradient(top,  #1280ed 0%,#4096ee 100%);
background: -ms-linear-gradient(top,  #1280ed 0%,#4096ee 100%);
background: linear-gradient(to bottom,  #1280ed 0%,#4096ee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1280ed', endColorstr='#4096ee',GradientType=0 );
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}

.bt_red {
	background: #e20404;
	background: -moz-linear-gradient(top,  #e20404 0%, #cf0404 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20404), color-stop(100%,#cf0404));
	background: -webkit-linear-gradient(top,  #e20404 0%,#cf0404 100%);
	background: -o-linear-gradient(top,  #e20404 0%,#cf0404 100%);
	background: -ms-linear-gradient(top,  #e20404 0%,#cf0404 100%);
	background: linear-gradient(top,  #e20404 0%,#cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20404', endColorstr='#cf0404',GradientType=0 );
	border:1px solid #AD0303;
}

.bt_red:hover {
	background: #ff4f4f;
	background: -moz-linear-gradient(top,  #ff4f4f 0%, #ce4242 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4f4f), color-stop(100%,#ce4242));
	background: -webkit-linear-gradient(top,  #ff4f4f 0%,#ce4242 100%);
	background: -o-linear-gradient(top,  #ff4f4f 0%,#ce4242 100%);
	background: -ms-linear-gradient(top,  #ff4f4f 0%,#ce4242 100%);
	background: linear-gradient(top,  #ff4f4f 0%,#ce4242 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4f4f', endColorstr='#ce4242',GradientType=0 );
}
