.celebrity_files_manage{
	width:90%;
}

.button-primary.reset{
	background: #CC2E2E;
	border-color: #A20000;
	-webkit-box-shadow: inset 0 1px 0 rgba(230, 120, 120, 0.5),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(230, 120, 120, 0.5),0 1px 0 rgba(0,0,0,.15);
}

.button-primary.reset:hover{
	background:#C00505;
	border-color: #A20000;
	-webkit-box-shadow: inset 0 1px 0 rgba(230, 120, 120, 0.5),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(230, 120, 120, 0.5),0 1px 0 rgba(0,0,0,.15);
}

.button-primary.reset:active{
	background:#C00505;
	border-color: #A20000;
	-webkit-box-shadow: inset 0 1px 0 rgba(230, 120, 120, 0.5),0 1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 1px 0 rgba(230, 120, 120, 0.5),0 1px 0 rgba(0,0,0,.15);
}

.celebrity_form{
	width: 500px;
	background-color: #eFeFef;
	padding: 1%;
	margin: 1% 0;
	border: 1px solid;
	box-shadow: 8px 8px 4px #888888;
}

.celebrity_file_tittle{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.celebrity_form .celebrity_field{
	margin: 15px 2%;
	font-size: 16px;
}
.celebrity_form .celebrity_field.choose_group{
	text-align:center;
}

.celebrity_form .celebrity_field .input_long{
	width: 96%;
}

.celebrity_form .celebrity_field .input_short{
	text-align: center;
}

.celebrity_form .celebrity_field img{
	display: block;
	margin: 0 auto;
	border: 1px solid;
}

.celebrity_form .celebrity_files_submit{
	text-align: center;
}

.celebrity_form .celebrity_field .error_short_field{
	text-align: center;
	background-color: #ffebe8;
	border: 1px solid #c00;
}

.celebrity_files_manage h2{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.celebrity_files_manage .celebrity_file_manage_table{
	width: 100%;
	background-color: #eFeFef;
	box-shadow: 8px 8px 4px #888888;
	border: 1px solid;
	margin-top: 1%;
	border-collapse: collapse;
}

.celebrity_files_manage .celebrity_file_manage_table th{
	background-color: #2ea2cc;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid black;
	padding: 7px;
}

.celebrity_files_manage .celebrity_file_manage_table tr{
	text-align: left;
}

.celebrity_files_manage .celebrity_file_manage_table td{
	border: 1px solid;
	padding: 7px;
	max-width: 130px;
}

.alert_box_celebrity_file{
	width: 90%;
	background-color: #eFeFef;
	box-shadow: 8px 8px 4px #888888;
	border: 1px solid black;
	margin-top: 1%;
	text-align: center;
	color: #D62D2D;
	padding: 1%;
	line-height: initial;
}

.pager{
	font-size: 16px;
	margin: 14px;
	overflow: hidden;
}

.pager a{
	margin: 2px;
	color: white;
	border: 1px solid black;
	text-decoration: none;
	padding: 2px 4px;
	background-color: #2ea2cc;
	font-weight: bold;
	float: left;
	min-width: 28px;
	text-align: center;
}

.pager a:hover{
	color:red;
}

.error_box{
	width: 500px;
	margin-top: 1%;
	padding: 1%;
	background-color: #ffebe8;
	border: 1px solid #c00;
	box-shadow: 8px 8px 4px #888888;
}

.error_box h3{
	text-align: center;
}