body {
	font: normal 100.01% Helvetica, Arial, sans-serif;
	color: black;
	background-color: #EFEFEF;
	margin-top: 0;
	padding-top: 0;
	background-image: none !important;
}

.button {
    border: 1px solid #B3B3B3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom-color: #909090;
    border-right-color: #909090;
    border-radius: 3px;
    color: black;
    width: 10em;
    padding: 2px 30px;
    text-decoration: none;
    border-radius: 3px;
    background: #d4d0c8;
    background: -moz-linear-gradient(center top ,#d4d0c8  0%, #DDDDDD 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#d4d0c8), to(#DDDDDD));
}

.button>span {
    float: none !important;
}

.button:hover {
    background-color: #C6C6C6;
    background: -moz-linear-gradient(center top ,#C4C0b8  0%, #CCCCCC 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#CCCCCC), to(#C4C0b8));
    cursor: pointer;
}

.button:active {
    background-color: #B5BFCB;
    background: -moz-linear-gradient(center top ,#C4C0b8  0%, #CCCCCC 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#CCCCCC), to(#C4C0b8));
    border-color: #B3B3B3;
    border-top-color: #909090;
    border-left-color: #909090;
}

.button img {
    margin-top: 0.2em;
    margin-bottom: -0.2em;
    margin-right: 2px;
    border: 0;
}

.loginMain {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
	width:400px;
}

.loginDiv {
	border: 1px black solid;
	height: 215px;
	margin-top: 150px;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-moz-box-shadow: 3px 3px 3px gray;
	-webkit-box-shadow: 3px 3px 3px gray;
	box-shadow: 3px 3px 3px gray;
	filter: progid :         DXImageTransform.Microsoft.Shadow (        
		color = 
		   
		   '#969696', Direction =         135, Strength =         3 );
}

.loginError {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	text-align: center;
	padding:10px;
}

.loginTitleBar{
	width:100%;
	text-align:center;
	border-bottom: 1px black solid;
	background: #33CC33;
	background: -webkit-gradient(linear, left bottom, left top, from(#00AA33), to(#00CC33));
	background: -moz-linear-gradient(center top , #00AA33 10%, #00CC33 90%) repeat scroll 0 0 transparent;
	color: black;
	font-size: 110%;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;	
	border-top-right-radius: 6px;
}

.loginTitle{
	padding-left:5px;
}

.loginFrame{
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-height: 800px;
}

.loginLabel{
	width:150px;
	float:left;
	margin-top:10px;
}

.divLanguageFlags{
	width : 100%;
	margin-top: 5px;
	text-align: center;
}

.flag{
	border: 1px solid gray;
	margin: 0 6px;	
}

.loginContent{
	height: 78px;	
}

.loginContent>ul {
	list-style: none;
	float: left;
	margin-left: 5px;
	padding-left: 0;
}

.loginContent>ul li {
	margin-top: 0px;
	margin-bottom: 27px;
}

.loginContent>ul * span {
	float: left;
	width: 120px;
	margin-top: 1px;
}

.loginContent>ul * input {
	width: 260px;
	float: left;
}

.buttonDiv{
	width: 130px;
 	height: 50px;
  	margin: auto;
}

.buttonDiv > input{
	margin: auto;
}

input[type="text"] {
	background-image: url("/EuroFlyer/javax.faces.resource/input_bg.gif.xhtml?ln=images");
	background-repeat: repeat-x;
	border: solid 1px #858383;
	margin: 1px;
	padding-left: 3px;
}

input[type="password"] {
	background-image: url("/EuroFlyer/javax.faces.resource/input_bg.gif.xhtml?ln=images");
	background-repeat: repeat-x;
	border: solid 1px #858383;
	margin: 1px;
	padding-left: 3px;
}

.loginHelpTargets{
	float: right;
}

.loginHelpTargets > ul {
	margin-top: 1px;
	margin-bottom: 0;
	float: left;	
}
	
.loginHelpTargets > ul > li{
	list-style: none;
	margin-left: none;
	padding-left: none;
	float: left;
}

.loginHelpTargets > ul > li > a > img{
	border:0;	
}

.loginStayLoggedIn{
	clear: both;
    position: relative;	
    text-align: center;	
    margin: 10px; 
}

.loginStayLoggedIn > input{
    margin-left: 20px;	
}
.center{
	margin-left: auto;
	margin-right: auto;
}