/*------------LOGIN BOX-------------------*/
#login_box { width: 400px; height: 200px; background: #EED5B3; border:2px solid orange; margin: 100px auto; overflow: hidden; }
#login_box #logo { width: 140px; padding:0px 5px; padding-top:10px; height: 190px; text-align:center; float: left; font-family: arial, sans-serif; font-size: 12px; color: #666666;}
#login_box #form_ctn { width: 200px; height: 200px; padding:0px 25px; float: left; }
#login_box #form_ctn .l_input1 { width: 190px; height: 19px; padding:3px 5px; margin-top: 60px; }
#login_box #form_ctn .l_input2 { width: 190px; height: 19px; padding:3px 5px; margin-top: 10px; margin-bottom: 5px; }

/*---------------TOP OPTIONS---------------*/
#site #content .top_options{ padding-left:10px; height: 30px; }

/*----------------TABLES--------------------*/
#site #content .content_others .table_info { width: 875px; }
#site #content .content_others .table_info .line1 { color: #666666; height: 25px; }
#site #content .content_others .table_info .line2 { color: #0B0B0B; height: 25px; background: #E1E1E1; }
#site #content .content_others .table_info .td_name{ width: 485px; padding-left:15px; }
#site #content .content_others .table_info .td_date{ width: 85px; padding-left:15px; }
#site #content .content_others .table_info .td_action{ width: 100px; text-align: center; }

/*-----------------------NEWS----------------*/
#site #content .content_others .news_action { display:none; width: 875px; }
#site #content .content_others .case_action { display:none; width: 875px; }

/*---------------------FIELDS----------------*/
#site #content .field_ctn { width: 875px; height: 40px; margin-top:15px; overflow: hidden; }
#site #content .field_ctn .label { width: 142px; height: 17px; padding:4px; color: #666666; float: left; }
#site #content .field_ctn .input_ctn { width: 725px; height: 25px; float: left; }
#site #content .field_ctn .input_ctn .input {width: 717px; height: 17px; padding:3px; color: #666666; border: 1px solid #CCC;}

#site #content .field_ctn_b { width: 875px; height: 95px; margin-top:15px; overflow: hidden; }
#site #content .field_ctn_b .label { width: 142px; height: 17px; padding:4px; color: #666666; float: left; }
#site #content .field_ctn_b .input_ctn { width: 725px; height: 80px; float: left; }
#site #content .field_ctn_b .input_ctn .input {width: 717px; height: 72px; padding:3px; color: #666666; border: 1px solid #CCC; font-family: arial, sans-serif; font-size: 12px;}

/*-----------------AUX----------------------*/
.img { float: left; margin-top: 5px; }
.browser { height: 30px; width: 300px; }
.cursor { cursor: pointer; }
.warning_msg { font-family: arial, sans-serif; font-size: 20px; font-weight: bold; text-align: center; margin: 20px 0px; color: red;}
label.error { color:red; }

/*--------------------BUTTONS-----------------------*/
.submit { cursor:pointer; background: #F8A82F; border:none; color: white; }

.buttonsR { height: 26px; margin-left: 10px; float: right; }
.buttonsR .b_left { width: 10px; height: 26px; background: url("/images/cantoe.png") no-repeat; float: left; }
.buttonsR .b_middle { height: 21px; background: #F8A82F; padding-top:5px; float: left; }
.buttonsR .b_middle a { text-decoration: none; }
.buttonsR .b_middle a:hover { text-decoration: underline; }
.buttonsR .b_right { width: 10px; height: 26px; background: url("/images/cantod.png") no-repeat; float: left; }
