/*
 * Style
 */
  @import "ui.all.css";
 /* BEGIN RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END RESET */
html{
	font-size:0.7em;
}
body{
    background-color:#efefef;
    font-family: Helvetica, Arial, sans-serif;
    background-image:url(images/login_bg.png);
	background-repeat:repeat-x;
	background-position:top left;
}
#container{
	width:100%;
	padding:0px;
	margin:0px;
}
#quit_button{
	float:right;
}
#main{
	padding:5px;
}
.bouton {
	padding: .4em 1em .4em 3px;
	text-decoration: none;
	/*position: relative;*/
	overflow:auto;
	display:inline-block;
}
.bouton span.ui-icon {
	display:inline-block;
	/*margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;*/
	margin-top: -8px;
	margin-bottom:-4px;
}
#login_view{
	width:400px;
	padding:10px;
	position:absolute;
	margin-left:-200px;
	left:50%;
	top:100px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	background-image:url(images/logo_big_login.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	-moz-box-shadow: 0px  0px 20px #666;
	-webkit-box-shadow: 3px  0px 20px #666;
	box-shadow: 0px  0px 20px #666;
}
#login_view div.ui-state-error, #login_view div.ui-state-highlight {
	padding:10px;
	margin : 10px 0px 10px 0px;
}
#login_view ul.errors li{
	padding:10px;
	margin-top:2px;
}
#login_view dt{
	padding: 10px 0px 0px 0px;
}
#login_view input[type=text], input[type=password]{
	width:392px;
	border:1px solid #cccccc;
	font-size:1.8em;
	padding:3px;
	color:#444444;
}
#login_view input[type=submit]{
	float:right;
	font-size:1.3em;
	margin-bottom:10px;
	text-align:center;
	padding-left:1em;
}
#login_view hr{
	clear:both;
	color: #666666;
	background-color: #dddddd;
	height: 1px;
	border: 0;
	margin-bottom:10px;
}
#login_view ul.browsers{
	padding:10px;
	list-style-type:disc;
}
#login_view ul.browsers li{
	margin:5px 0px 0px 15px;
}
#login_view h1{
	font-size:1.5em;	
	padding:10px;
}
.clear {
	clear:both;
}
#csrf-element .errors{
	clear:both;
	margin-bottom:1em;
}
