
html * {
    margin: 0;
    font-size: 12px;
    font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Lucida;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    color: #333;
    background-image: url(/sitorsquat/images/backend/stripes.jpg);
    background-color: #8a8a8a;
    background-repeat: repeat-x;
}

.topLink, .topText {
	color: white;
	text-decoration: none;
}

.topLink:hover {
	text-decoration: underline;
}

.content {
	position: absolute;
	margin-left: -400px;
	left: 50%;
	width:800px;
	background-color: white;
	/*border: 1px solid #AAAAAA;*/
	margin-top: 30px;
}

.errors {
	display: block;
	clear: both;	
}

.errors ul li {
	color: red;	
}

fieldset {
	display: block;
	/*
	margin: 0 0 1em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
	*/
		
}

fieldset legend {
	font-weight: bold;
}

fieldset label {
	clear: both;
	float: left;
	display: block;
	width: 12em;
	margin-top: 1em;
	

	
}

fieldset input[type=text], fieldset input[type=password], .radioBlock, fieldset textarea {
	position: relative;
	top: -1.4em;
	left: 12em;
	display: block;

	
}

.radioBlock {
	clear: both;
}

fieldset input[type=radio] {
	position: relative;
	left: 0em;
	display: inline;
	

	
}

.normalInput {
	display: inline;
	top: 0px;
	left:0px;
}
/**

Buttons

**/

.button, .prevLink, .nextLink {
    /*display:block;
    float:left;*/
    margin:0 7px 0 0;
    background-color:#b90200;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	width:auto;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.button, .prevLink, .nextLink{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.button[type], .prevLink, .nextLink{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.button img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}



