﻿body {
}
body, td, th
{
    font-family: Tahoma;
    font-size: 11px;
    color: #535353;
    /*text-align: center;*/
}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #828282;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #828282;
}
a:hover {
	text-decoration: none;
	color: #828282;
}
a:active {
	text-decoration: none;
	color: #828282;
}
.bg {
	background-repeat: repeat-x;
}
.style1 {color: #828282}
.style4 {font-size: 14px}
.warning_msg {color:#FF0000;}
.required {color:#FF0000;}

#upload_warning {
	position:absolute;
	background-color:#CCCCCC;
	top:650px;
	left:200px;
	width:400px;
	height:400px;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	text-align:center;
	display:none;
}

#upload_warning p {
	padding:50px 30px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
.form_input
{
    color: #FF00FF;
}
.form_label
{
    color: #008000;
}
