.company_name{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	font-family: 'Latha';
}
#content{
	background-color: #f0f0f0;
	padding: 12px;
}
.pass_form{
	width: 280px;
	padding: 12px;
	margin: 20px auto;
	text-align: center;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
		  border-radius: 4px;
}
.field{
	width: 264px;
	margin: 8px 0;
}
.submit_field{
	text-align: right;
}
.general_form{
	padding: 12px;
	margin: 10px 0;
	width: 270px;
}
.year_form{
	width: 400px;
}
.year_form div{
	float: left;
	margin-right: 10px;
}
.year_form .submit_field{
	padding-top: 10px;
}
.article_form{
	width: auto;
	display: none;
}
.article_form select{
	margin: 8px 0;
}
.article_form .submit_field{
	margin-top: 8px;        
}
.article_form input[type=text],.article_form select{
    width: 380px;
    /*background: red;*/
}
.label{
	display: block;
	font-size: 14px;
	color: #8c8c8c;
	margin-bottom: 8px;
}
.left_form{
	float: left;
}
.right_form{
	float: right;
}
.cancel_btn{
	display: block;
}
.index_form .submit_field{
	margin-top: 8px;
}
.news_form{
	width: auto;
}
.news_form .submit_field{
	margin-top: 8px;
}
.editorial_form select{
	margin-bottom: 8px;
}
.data_table{
	margin-top: 10px;
}
.data_page{
	margin-top: 10px;
}
.general_table td, .general_table th{
    text-align: left;
    max-width: 25%;
}
.general_table th:last-child, .general_table td:last-child{
    text-align: right;
    min-width: 20%;
}
.general_table th:first-child, .general_table td:first-child{
    text-align: right;
    width: 1%;
}

.general_table td select{
	border: 1px solid #cccccc;
	padding-top: 3px;
	width: 150px;
}
.user_table td:last-child{
	width: 250px;
}
#show_form{
	float: right;
	padding: 5px;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	background-color: #f1f1f1;
	border: 1px solid #d0d0d0;
	border-top: none;
	cursor: pointer;
}
#show_form:hover{
	background-color: #ffffff;
}