@charset "utf-8";
/* CSS Document */
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline: 0;
}
/*DYNAMIC*/

.mail_header, .mail_footer {
	padding: 7px;
	background-color: #6984C9;
	color: #fff;
	font-size: 14px;
}
.mail_content_body {
	border: 1px solid #6984C9;
	font-size: 13px;
	color: #000;
}
/*END DYNAMIC SECTION*/

.attch_crop_img {
	width: 500px;
}
img, a {
	border: none;
	outline: none;
}
a {
	text-decoration: none
}
.notice {
	font-size: 11px;
	color: #666;
}
input:focus {
	outline: none
}

/*Clear*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden
}

ul, ol {
	list-style-type: none
}
* html .clearfix {
	height: 1%;
	overflow: visible
}
*+html .clearfix {
	min-height: 1%
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0
}
/Clear/ .clear {
	clear:both;
	height:0;
	overflow:hidden
}
.db {
	display: block;
}
.al {
	float: left;
}
.ar {
	float: right;
}
body {
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	/*background:url(../images/patten_01.jpg);*/
	border: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
}
.header {
	width: 100%;
	height: 44px;
	background: rgb(245,229,165);
    background: -moz-linear-gradient(top, rgba(245,229,165,1) 1%, rgba(222,182,67,1) 100%);
    background: -webkit-linear-gradient(top, rgba(245,229,165,1) 1%,rgba(222,182,67,1) 100%);
    background: linear-gradient(to bottom, rgba(245,229,165,1) 1%,rgba(222,182,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e5a5', endColorstr='#deb643',GradientType=0 );
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.inner_head {
	width: 1140px;
	height: 44px;
	margin: 0 auto;
	
}
.head_timearea {
	width: 575px;
	height: 44px;
}
.head_timearea p {
	font-size: 16px;
	font-weight: bold;
	/*color: #fff;*/
	font-family: 'Optima';
        color: #5e0808;
	line-height: 40px;
	padding: ;
	height: 44px;
	float: left;
	
}

.nws_bx{
	        width: 75%;
    float: left;
    margin: 20px 131px;
    margin-top: 50px;
    background: none;
    padding: 15px;
    border: 1px solid #e8e3e3;
    -webkit-box-shadow: 0px 0px 2px 4px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 2px 4px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 2px 4px rgba(0,0,0,0.06);
}


.nws_bx h3{
     font-family: Verdana, Geneva, sans-serif;
    color: #1f1f1f;
    font-size: 20px;
    border-bottom: 2px dotted #b9b9b9;
    text-align: -webkit-center;
    margin-bottom: 20px;
	}
.nws_bx .but_spl{
	    padding: 10px 10px;
    border: 0;
	cursor: pointer;
    color: #fff;
    border-radius: 4px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9de96+0,8ab66b+44,398235+100;Green+3D+%233 */
background: #c9de96; /* Old browsers */
background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 44%, #398235 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#398235 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #c9de96 0%,#8ab66b 44%,#398235 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-9 */

  
}

.nws_bx .but_spl:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#398235+0,398235+0,8ab66b+44,c9de96+98 */
background: #398235; /* Old browsers */
background: -moz-linear-gradient(top,  #398235 0%, #398235 0%, #8ab66b 44%, #c9de96 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #398235 0%,#398235 0%,#8ab66b 44%,#c9de96 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #398235 0%,#398235 0%,#8ab66b 44%,#c9de96 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#398235', endColorstr='#c9de96',GradientType=0 ); /* IE6-9 */

}

.nws_bx .but_spl_rd{
	 padding: 10px 10px;
    border: 0;
	cursor: pointer;
    color: #fff;
    border-radius: 4px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0004+1,c41d03+100 */
background: #ff0004; /* Old browsers */
background: -moz-linear-gradient(top,  #ff0004 1%, #c41d03 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff0004 1%,#c41d03 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff0004 1%,#c41d03 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#c41d03',GradientType=0 ); /* IE6-9 */

}

.nws_bx .but_spl_rd:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc1903+11,fb0204+87,fb0204+87 */
background: #cc1903; /* Old browsers */
background: -moz-linear-gradient(top,  #cc1903 11%, #fb0204 87%, #fb0204 87%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cc1903 11%,#fb0204 87%,#fb0204 87%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cc1903 11%,#fb0204 87%,#fb0204 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1903', endColorstr='#fb0204',GradientType=0 ); /* IE6-9 */

}

.bck {
	    padding: 3px;
    float: left;
    border-radius: 4px;
    position: absolute;
    right: 421px;
    margin: 0;
    top: 120px;
    webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
}


.bck a{
	    color: #FFBB2A;
    border-radius: 4px;
    background: #7F0C13;
    padding: 5px 12px;
    float: left;
    text-decoration: none;
    margin: 0;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;

}

.bck a:hover{
	    color: #fff;
}

.hed_2{
	    text-align: center;
    font-family: 'Optima';
    font-size: 29px;
    text-transform: uppercase;
    margin: 10px 0;
    color: #751d1b;
    font-family: 'Open Sans', sans-serif;
	
	}


.nws_bx table.dataTable tbody tr {
     background-color: #fffcf2;
}
table.dataTable thead th, table.dataTable thead td {
      padding: 6px 18px;
    border: 1px solid #735600 !important;
    color: #69260d;
    background: #e2bf56;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #000 !important;
}


table#detailsTableId td {
    border: 1px solid #000 !important;
    color: #000;
	text-align:center;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    text-align: center;
}

table#detailsTableId {
    border-collapse: collapse !important;
    border: 1px solid rgba(0, 0, 0, 0.92);
}

table.dataTable thead th, table.dataTable thead td {
    padding: 15px 10px !important;
    border: 1px solid #000;
}

.head_btnarea {
	height: 44px;
	width:340px;
}
.head_btnarea ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.head_btnarea ul li{
    list-style: none;
    margin: 0;
	padding: 9px 2px;
    display: block;
	font-weight: bold;
	font-size: 15px;
	text-shadow:none;
		font-family: 'Optima';
        color: #5e0808;
		    line-height: 19px;

}
.head_btnarea ul li a{
	padding:10px;
	color:#5e0808;
}
.head_btnarea ul li a:hover{
	padding:10px;
	text-shadow:none;
}
.main_area {
	width: 100%;
	height: auto;
}
.main_wrapper {
	width: 1140px;
	height: auto;
	margin: auto;
}
.banner_area {
	width: 1140px;
	height: auto;
	background:#FFF;
   
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
/*.logo_area {
	width: 272px;
	height: 136px;
	margin-top: 47px;
	background: #FFF;
	border-radius: 6px 6px 0px 6px;
	box-shadow: 0px 0px 7px #A9A9A9;
	z-index: 999;
	position: relative;
}*/
.logo {
	width: 275px;
	height: auto;
	margin: 0 auto;
}
/*.sp_lo {
	width: 80px;
	height: 97px;
	margin-top: 15px;
	margin-left: 12px;
}*/
.logo p {
	font-family: Arial, Helvetica, sans-serif;
	color: #b68b35;
	font-size: 20px;
	margin: 49px 0 0 0;
	text-shadow: 0px 3px 2px #C5C4C4;
}
.main_banner {
	width: 728px;
	height: 183px;
}
.banner_image {
	width: 728px;
	height: 87px;
	margin-top: 49px;
}
.page_direction {
	width: 1140px;
	height: 40px;
	background:none;
}
.page_direction p {
	font-family: Arial, Helvetica, sans-serif;
	color:rgb(113,45,10); 
	font-size: 18px;
	margin-left: 10px;
	line-height: 40px;
	font-weight: normal;
	text-align:center;
}
.contant_Area {
	width: 1140px;
	height: auto;
	margin-top: 9px;
}
.menu_area {
	width: 264px;
	min-height: 270px;
	background: #FFF;
	box-shadow: 0px 0px 7px #A9A9A9;
	padding: 4px;
}
.menu_head {
	width: 264px;
	height: 54px;
	/*background:url(../../public/images/menu_head.png);*/
	background-color: #0071BC;
	color: #fff !important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.7;
	text-align: center;
}
.login_tab {
	width: 500px;
	height: 280px;
	margin-top: 47px;
	border: 10px solid #fff;
	background: #FFF;
	box-shadow: 0px 0px 7px #A9A9A9;
	z-index: 999;
	margin: auto;
	margin-top: 3px;
	margin-bottom: 100px;
	background: url(../images/patten_01.jpg);/* background: url(../../public/images/login_tab_bk.jpg) no-repeat; */
		
}
.login_tab1 {
	width: 500px;
	height: 280px;
	margin-top: 47px;
	//border: 10px solid #fff;
	//background: #FFF;
	//box-shadow: 0px 0px 7px #A9A9A9;
	z-index: 999;
	margin: auto;
	margin-top: 3px;
	margin-bottom: 100px;
	//background: url(../images/patten_01.jpg);/* background: url(../../public/images/login_tab_bk.jpg) no-repeat; */
		
}
.login_notif_A {
	background-color: #090;
	color: #fff;
	position: absolute;
	width: 500px;
	text-align: center;
}
.err_ {
	background-color: #C96969;
	position: absolute;
	width: 474px;
	color: #fff;
	text-align: center;
	padding: 5px;
	margin: auto;
	margin-bottom: 0;
	cursor: pointer;
	left: 0;
	right: 0;
	margin-top: -2px;
	box-shadow: 0 -5px 5px #ddd inset;
	padding-bottom: 12px;
}
.err_p {
	background-color: #8EB823;
	position: absolute;
	width: 474px;
	color: #fff;
	text-align: center;
	padding: 5px;
	margin: auto;
	margin-bottom: 0;
	cursor: pointer;
	left: 0;
	right: 0;
	margin-top: -2px;
	box-shadow: 0 -5px 5px #ddd inset;
	padding-bottom: 12px;
}
.comman_area {
	width: 1120px;
	min-height: 429px;
	height: auto;
	background: #FFF;
	box-shadow: 0px 0px 7px #A9A9A9;
	margin: 0;
	padding: 10px;
}
.comman_area02 {
	width: 1120px;
	min-height: 429px;
	height: auto;
	background:#fff;
	border-radius: 3px;
	padding-bottom: 10px;
}
.home_icon01 {
	width: 991px;
    height: 74px;
       margin-left: 52px;
	margin-top:20px;
}
.icon_area {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7f8464+0,414e26+100 */
	height:76px;
     background: rgb(113,45,10);
    background: -moz-linear-gradient(top, rgba(113,45,10,1) 1%, rgba(83,19,22,1) 100%);
    background: -webkit-linear-gradient(top, rgba(113,45,10,1) 1%,rgba(83,19,22,1) 100%);
    background: linear-gradient(to bottom, rgba(113,45,10,1) 1%,rgba(83,19,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#712d0a', endColorstr='#531316',GradientType=0 );
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	    width: 250px;
}
.icon_area img {
	margin: 15px 0 0 190px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	    width: 57px;
}
.icon_area:hover img {
	margin: 15px 0 0 155px;
}
.icon_area p {
	width: 150px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	font-size: 14px;
	font-weight:bold;
	margin: -30px 0 0 10px;
	text-transform: uppercase;
	display: block;
}
.icon_area a {
	width: 150px;
	height: auto;
	color: #FFF;
	text-align: left;
	text-shadow: 0px 1px 0px #484141;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	position: absolute;
	margin: 0px 0 0 0;
	    line-height: 0px;
    padding-top: 0px;
    padding-left: 5px;
}
.icon_area a:hover {
	width: 150px;
	height: auto;
	color: #fff;
	font-weight:bold;
	text-shadow: 0px 1px 0px #484141;
}
.sp_Mr {
	margin-left: 40px;
}
/*------------------nav-----------------------------*/


#nav {
	display: block;
	width: 264px;
}
#nav li {
	margin-top: 3px;
}
ul#nav li {
	/*background:url(../../public/images/nav.png) no-repeat;*/
	background-color: #3AA8F0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul#nav li:hover, .active_nav {
	/*background:url(../../public/images/nav_hover.png) no-repeat !important;*/
	background-color: #EE9226;
}
ul#nav li ul li {
	background-color: #146499;
}
.active_nav {
	background-color: #EE9226 !important;
}
.active_nav a {
/*  background-color: #EE9226 !important;
    font-weight: bold;
    color: #000 !important;*/
}
#nav > li > a, #nav > li > p > a {
	display: block;
	padding: 12px 18px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	/*background:url(../../public/images/arrow.png) no-repeat left;*/
	background-color: #3AA8F0;
	margin-left: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.open {
	border-bottom: 1px solid #fff;
}
.open:hover {
	/*border: 1px #000 solid !important;*/
	margin-left: 0px !important;
}
#nav > li > a:hover, #nav > li > a.open, #nav > li > p > a:hover, #nav > li > p > a.open, .active {
	/*color: #e9e9e9;*/
	margin-left: 0px;
}
#nav li ul {
	display: none;
	background: #7f92be;
}
#nav li ul li a {
	display: block;
	background: none;
	padding: 10px 0px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	/*text-shadow: 1px 1px 0px #000;*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav li ul li a:hover {
	/*background: #4e67a2;*/
	margin-left: 15px;
}
/*-----------footer area----------------------*/
.footer {
	width: 100%;
	height: 58px;
	margin-top: 20px;
	background:#333;
}
.footer_main {
	width: 1140px;
	height: 58px;
	margin: 0 auto;
}
.footer_main p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	line-height: 30px;
	padding: 10px;
}
.footer_main a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	-wbkit-transition: all .3s linear .1s;
	-moz-transition: all .3s linear .1s;
	-ms-transition: all .3s linear .1s;
	-o-transition: all .3s linear .1s;
	transition: all .3s linear .1s;
}
.footer_main a:hover {
	color: #7285bb;
}
/*EXTRA*/

.login_image_body {
	float: left;
	width: 100%;/*    margin-top: 44px;
    margin-left: 30px;
    width: 127px;
    height: 127px;*/
}
.login_image_body img {
	vertical-align: middle;
	width: 128px;
}
.login_body {
	/*float:right;*/
	width: 440px;
	margin: 0 0 0 28px;/*    margin-right:-10px;
    margin-top:30px;*/
}
.login_body1 {
	float:left;
	width: 900px;
	margin: 0 0 0 28px;/*    margin-right:-10px;
    margin-top:30px;*/
}
.login_body .label {
	font-size: 14px;
	color: #444;
}
.forgot_body {
	display: none;
	margin-top: 22px !important;
	margin-left: -9px;
}
.notices {
	text-align: center;
	font-size: 11px;
	color: #555555;
}
.input {
	padding: 4px;
	border-radius: 3px;
	background-color: #ffffff;
	box-shadow: 0 15px 15px #eee inset;
	border: 1px solid #ccc;
	width: 270px;
	outline: 0;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
.button_p {
	padding: 5px 25px 5px 25px;
	  background: rgb(113,45,10);
	border: 1px solid #ffffff;
	/* box-shadow: 0 5px 10px #dddddd inset; */
	color: #ffffff;
	border-radius: 4px;
	font-size: 15px;
	outline: 0;
	cursor: pointer;
}
.button_n {
	padding: 10px 30px 10px 30px;
	background-color: #dddddd;
	border: 1px solid #ffffff;
	box-shadow: 0 5px 10px #ffffff inset;
	color: #000000;
	font-size: 15px;
	outline: 0;
	cursor: pointer;
}
.input_err {
	border: 1px solid #ee0000;
	padding: 4px;
	border-radius: 3px;
	background-color: #ffffff;
	box-shadow: 0 15px 15px #eee inset;
	width: 277px;
	outline: 0;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
.fgt {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}
.fgt:hover {
	text-decoration: underline;
	color: #555555;
}
.wait {
	position: absolute;
	width: 330px;
	background-color: #ffffff;
	padding: 20px 0 20px 0;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	text-align: center;
	display: none;
	box-shadow: 0 5px 10px #aaaaaa;
}
.err_REMOVED {
	position: absolute;
	width: 330px;
	background-color: #990000;
	padding: 10px 0 10px 0;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	text-align: center;
	display: none;
	box-shadow: 0 5px 10px #aaaaaa;
	color: #ffffff;
}
.wn_close_A {
	width: 15px;
	height: 20px;
	border-radius: 10px;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	padding: 0 3px 0 3px;
	float: right;
}
.login_heading {
	width: 510px;
	margin: auto;
	font-size: 20px;
	text-align: center;
	box-shadow: 0px 0px 7px #A9A9A9;
	text-transform: uppercase;
	margin-top: 120px;
	padding: 5px;
	color: #fff;
	text-shadow: 0px 1px 5px #666;
	background: rgb(113,45,10);
}
div.tsc_pagination {
	text-align: center;
}
ul.tsc_pagination {
	margin: 4px 0;
	padding: 0px;
	height: 100%;
	overflow: hidden;
	font: 12px 'Tahoma';
	list-style-type: none;
	display: inline-block;
}
ul.tsc_pagination li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}
ul.tsc_pagination li a {
	color: black;
	display: block;
	text-decoration: none;
	padding: 7px 10px 7px 10px;
}
ul.tsc_paginationA li a {
	color: #FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul.tsc_paginationA01 li a {
	color: #474747;
	border: solid 1px #B6B6B6;
	padding: 6px 9px 6px 9px;
	background: #E6E6E6;
	background: -moz-linear-gradient(top, #FFFFFF 1px, #F3F3F3 1px, #E6E6E6);
	background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #F3F3F3), color-stop(1, #E6E6E6));
}
ul.tsc_paginationA01 li:hover a, ul.tsc_paginationA01 li.current a {
	background: #FFFFFF;
}
.img_new_border {
	border: 1px solid #bb6f22;
	float: left;
	height: auto;
	margin: 0 15px 15px 0;
	padding: 5px;
	width: auto;
}
.allproo-img .clos {
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	background: transparent url(../images/allproclo.png) repeat scroll 0% 0%;
	margin-left: 70px;
	margin-top: -12px;
}
