/* 
    Document   : login
    Created on : 15.06.2012, 21:32:20
    Author     : Sentinel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.logo {
	 background: url('../images/transparenzen/transparent40w.png') repeat scroll 0 0 ;
	 text-align: center;
	 position: absolute;
	top: 0px;
	left:0px;
	right:0px;
	height: 33%;
	display: none;
	border-bottom: 1px solid #ffffff;

}

.footer {
	background: url('../images/transparenzen/transparent20w.png') repeat scroll 0 0 ;
	position: absolute;
	bottom: 0px;
	left:0px;
	right:0px;

	height: 33%;
	text-align: center;
	display: none;
	border-top: 1px solid #ffffff;
	padding-top: 5px;
}

.grid {
	position: absolute;
	bottom: 33%;
	left:0px;
	right:0px;
	top: 33%;
}

.login_right_content {
	
}
label.hint_label  { 
	position:absolute; top:7px; left:5px;
	text-transform: uppercase;
	font-size: 18px;
	color: #888888;
}

.submit_button .ui-button-text-only .ui-button-text  {
	padding: 6px 10px;
	font-size: 18px;
}

.input_field {
	background: url('../images/transparenzen/transparent40w.png') repeat scroll 0 0 ;
	border: 1px solid #ffffff;
}