*            
{ 
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	/*color: #666;*/
}
body
{
	width: 100%;
	color: #666;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff /*url(../../Resources/Images/Web/bg_body.gif) repeat-x 0 0*/;
	font-size: 70%;
}
a
{
	text-decoration: none;
	color: #ff3333;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0px;
	vertical-align: top;
}
p, form, h1, h2, h3, h4, ul, fieldset
{
	margin: 0;
	padding: 0;	
}
fieldset
{
	border: none;
}
ul
{
	list-style: none;
}
.clear, .clear10, .clear6, .clear15, .clear8, .clear4
{
	clear: both;
	height: 1px;
	font-size: 1px;
}
.clear4
{
	height: 4px;
}
.clear6
{
	height: 6px;
}
.clear8
{
	height: 8px;
}
.clear10
{
	height: 10px;
}
.clear15
{
	height: 15px;
}
.hdn
{
	display: none;
}
.input_submit
{
	border: none;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	height: 22px;
}
.input_text, #search input
{
	border: 1px solid #e3e9ef;
	border-top-color: #abadb3;
	padding: 2px;
	height: 16px;
	color: #000;
}
select
{
	border: 1px solid #e3e9ef;
	border-top-color: #abadb3;
	padding: 1px 1px;
	height: 20px;
	color: #000;
}
select option
{
	color: #000;
}	
#language select
{
	padding: 0;
}
.text_area
{
	border: 1px solid #e3e9ef;
	border-top-color: #abadb3;
	padding: 2px;
}
#area_content
{
	width: 974px;
	padding: 9px 0 0 0;
	text-align: left;
}
body.wait_page
{
	background: #c40105 url(../../Resources/Images/Web/bg_body_wait.gif) repeat-x 0 0;
}
#wait_container
{
	width: 100%;
	padding: 10px 0 0 0;
	text-align: center;
	/*background: url(../../Resources/Images/Web/bg_waitx.gif) repeat-x 0 187px;*/
}
#wait_container .logo_1
{
	float: left; padding-left: 30px;
}
#wait_container .logo_2
{
	float: right; padding-right: 30px; padding-top: 5px;
}
.error
{
	color: #ff3333;
}