@CHARSET "UTF-8";

/*
.search_input
{
	margin-top:10px;
	width:130px;
	height:22px;
	background-image:url('../images/search_bg.gif');
	background-repeat:no-repeat;
}

.search_input input
{
	margin-top:1px;
	margin-left:9px;
	border:0px;
	width:110px;
	height:15px;
}

.search_button
{
	
}

.gallery_cat      
{
	list-style-type:none;
	margin:7px;
}

.gallery_cat li   
{
	margin:0px;
}

.gallery_cat li a 
{
	text-decoration:none;
}

.common_button
{
	background:url('../images/button_bg.gif');
	border:0px;
	width:67px;
	height:21px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
*/

.simple_input
{
	margin:0px;
	border:solid 1px #8C8C8C;
	height:25px;
}

.common_input
{
	margin:0px;
	border:solid 1px #8C8C8C;
	padding-top:5px;
	padding-left:10px;
}

.card_number_input
{
	margin:0px;
	border:solid 1px #8C8C8C;
	width:58px;
	height:19px;
	text-align:center;
	padding-top:5px;
	color:#B4B4B4;
}

.card_number_input2
{
	margin:0px;
	border:solid 1px #8C8C8C;
	width:58px;
	height:16px;
	text-align:center;
	padding-top:5px;
	color:#B4B4B4;
}

.password_input
{
	margin:0px;
	border-left:solid 1px #8C8C8C;
	border-top:solid 1px #8C8C8C;
	border-bottom:solid 1px #8C8C8C;
	border-right:solid 0px #8C8C8C;
	width:100%;
	height:19px;
	padding-left:10px;
	padding-top:5px;
	color:#B4B4B4;
}

.password_input2
{
	margin:0px;
	border-left:solid 1px #8C8C8C;
	border-top:solid 1px #8C8C8C;
	border-bottom:solid 1px #8C8C8C;
	border-right:solid 1px #8C8C8C;
	height:16px;
	padding-left:10px;
	padding-top:5px;
	color:#B4B4B4;
}

.login_input
{
	margin:0px;
	border:0px;
	background:URL('../images/login.gif') no-repeat;
	width:76px;
	height:27px;
}

.login_input2
{
	margin:0px;
	border:0px;
	background:URL('../images/login_button.gif') no-repeat;
	width:66px;
	height:27px;
}

.logout_input
{
	margin:0px;
	border:0px;
	background:URL('../images/logout.gif') no-repeat;
	width:76px;
	height:27px;
}

.button_green
{
	margin:0px;
	border:0px;
	background:URL('../images/button_green.gif') no-repeat;
	width:113px;
	height:25px;
}

.button_gray
{
	margin:0px;
	border:0px;
	background:URL('../images/button_gray.gif') no-repeat;
	width:115px;
	height:27px;
}

.button_gray2
{
	margin:0px;
	border:0px;
	background:URL('../images/button_gray2.gif') no-repeat;
	width:135px;
	height:27px;
}

/*
.CAL_header  
{
	
}
.CAL_header td 
{
	text-align:center;
}
.CAL_header select 
{
	font-family:Sylfaen;
	height:18px;font-size:10px;
}
.CAL_day
{
	text-align:center;
	font-size:11px;
	color:#000;
}
.CAL_day a
{
	text-align:center;
	font-size:11px;
	color:#000;
	font-weight:bold;
}
.CAL_today
{
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	background-image:url('../images/square_red.gif');
	background-repeat:no-repeat;
	background-position:center;
}
.CAL_today a
{
	text-align:center;
	color:#FFFFFF;
}
*/
.form_delimiter
{
	border-top: #E2E2E2 1px solid;
}

.error_message
{
	border:#EE0000 1px solid;
	background-color:#FFECE1;
	color:#E50000;
	padding:2px;
}

.warning_message
{
	border:#F08613 1px solid;
	background-color:#FFF8DD;
	color:#686868;
	padding:2px;
}

.common_message
{
	border:#8CC11C 1px solid;
	background-color:#EEFFCA;
	color:#686868;
	padding:2px;
}

/* 
.h100
{
	min-height: 100%;
	min-height:auto!important;
	height: 100%;
}
*/

.placeholder
{
	color:#717171;
	font-size:12px;
	font-weight:normal;
}
