@charset "utf-8";
/* CSS Document */
#main_cont_800 {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}

#main_cont_800 form {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	/*text-align: right;*/
}
#main_cont_800 h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #666;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 770px;
	font-size: 24px;
	letter-spacing: 10%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#main_cont_800 p {
	margin: 5px;
}
#main_cont_800 input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 30px;
	line-height: 30px;
}
.btn {
	width: 100px;
	height:30px;
	color: #FFF;
	font-weight: normal;
	border-radius: 4px 4px 4px 4px;
	line-height: 30px;
	display:block;
	text-align:center;
	text-decoration:none;
}

.btn a {
	color: #FFF;
	text-decoration:none;
}

.b_green {
	border: 1px solid #9C0;
	background-color: #C4DC14;
}

.b_red {
	border: 1px solid #F00;
	background-color: #CD3D27;
	color: #FFF;
}
.b_gray {
	border: 1px solid #B5B5B5;
	background-color: #CCC;
}

#login_main form {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
}
#main_cont_800 p a {
	color: #666;
	text-decoration: none;
}
html {
	margin: 0px;
}

#main_cont_800 #popup_menu_contest {
	height: 35px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	width: 770px;
}
#table_list td {
	padding: 4px;
	height: 30px;
}
#table_list tr:hover {
	background-color:#EAEAEA;
}
#table_list tr td img {
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
#table_list tr td img:hover {
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

.msg_box {
	background-color: #f0f0f0;
	padding: 5px 5%;
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	border: thin dotted #CCC;
	border-radius: 4px 4px 4px 4px;
	line-height:16px;
	
}
.red_type{
	border-color:#F00;
	background-color:#FEE9E0;
	color:#F00;
}

a .red_type{
	color:#FFF;
}


.green_type{
	border-color:#9C0;
	background-color:#FAFFE8;
	color:#5F7D00;
}
.orange_type{
	border-color:#FC0;
	background-color:#FFFAE6;
	color:#F90;
}


/*--------------------------------------------------------------
PHOTOALBUM - images list
----------------------------------------------------------------*/
#ph_container{
	width:700px;
	padding:10px;
	margin:0 auto;
}
#ph_container .ph_item_box{
	width: 216px;
	height: 200px;
	padding: 4px;
	background-color:#f6f6f6;
	border: dotted 1px #999;
	display:block;
	float:left;
	margin: 2px;
}
#ph_container .ph_item_box:hover{
	background-color:#EAEAEA;
	border: solid 1px #9C0;
}
.ph_item_box .ph_img_item {
	height: 75px;
	width: 80px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	float: left;
	display:block;
}
#ph_container .ph_item_box form .ph_field{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 20px;
	width: 210px;
	background-color: #F6F6F6;
	border: 1px solid #F6F6F6;
	margin: 0px auto;
	line-height:20px;
}
#ph_container p{
	margin:1px;
	padding:0px;
	font-size:11px;
	color:#C5C5C5;
	float: left;
	display:block;
	width:220px;

}

.ph_btn_img {
	float: left;
	height: 20px;
	width: 25px;
	display:inline;
	text-align: center;

}
.ph_item_box .ph_img_command .ph_btn_img .ph_btn_img p{
	margin:1px;
	padding:0px;
	font-size:11px;
	color:#C5C5C5;
	float: left;
	display:inline;
	width:40px;
	height:10px;

}

hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-left-color: #FFF;
}
#edit_page div select {
	height: 30px;
	line-height:30px;
}
