html {
  font-family: arial, sans-serif;
  font-size: 76%;
  padding: 0px;
  margin: 0px;
  color: #333;
}
body{
	padding: 0px;
  margin: 0px;	
}


FORM label{
}

#container{
	width: 980px;
	padding:2px;
	margin: auto;
	background-color: white;
	
}


#logo{
	margin-left:10px;
	margin-bottom: -10px;
}


#lang {
	float: right;
	background: transparent url(/images/lang_bg.jpg) repeat-x scroll left top;
	padding: 2px;
	width: 104px;
	margin-right: 10px;
}

#lang1 {
	float: right;
	width: 104px;
	height: 50px;
	position: relative;
	top: -24px;
	left: -27px;
	background: transparent url(/images/lang_bg.jpg) repeat-x scroll left top;
	padding: 2px;
}
#lang a{
	padding-left: 11px;
	color: white;	
}
#lang .selected{
	color: red;
}

#flash, .notice {
font-size:120%;
font-weight:bolder;
margin:0pt auto 0pt;
width:100%;
background: transparent url(/images/wgw.gif) repeat-x scroll center top;
height: 50px;
}
#flash div, .notice {
padding:20px 0px 12px 80px;
}
#flash .ok {
background: url(../images/ok.png) no-repeat scroll 10px center;
}
#flash .warning {
background: url(../images/warning.png) no-repeat scroll 10px center;
}
#flash .error {
background: url(../images/error.png) no-repeat scroll 10px center;
}
#flash .alert,
#flash .info {
background: url(../images/info.png) no-repeat scroll 10px center;
}
.notice {
background: url(../images/info.png) no-repeat scroll 10px center;
}
.fielderror {
color:red;
font-weight:bold;
}
div.clear {
clear:both;
}

.dialog{
background: #eeeeee url(/images/wgw.gif) !important;
}

.f_notice{
	font-weight:  bold;
	color: #770000;
}