/* CSS Document */

/**** BASICS ****/
body {
    font: 8pt Tahoma;
    margin: 0px;
    padding: 0px;
    behavior:url("../javascript/csshover2.htc");
}
td {
    color: black;
	background-color:#ebeaea;
}
a {
    font-weight: bold;
    color: #f03f35;;
    text-decoration:none;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

input {
    font: 8pt Tahoma;
    color: black;
	background-color:#FFFFFF;
}
input.checkbox, input.radio {
    border: none;
    width: 14px;
    height: 14px;
}
input.submit, input.button {
    font: 8pt Tahoma;
	height:18px;
    color: black;
	background-color:#FFFFFF;
	border:none;
}
textarea {
    font: 8pt Verdana, Arial, Helvetica, sans-serif;
    color: black;
    height: 150px;
    width: 300px;
}
label {
    width: 30px;
    text-align: right;
    border: none;
    padding-right: 15px;
	float: left;
}



/*** PAGE LAYOUT ***/
/*div { border: 1px solid blue; }*/

#container {
    margin-left: auto;
    margin-right: auto;
}


#header {
	position: absolute;
	width:800px;
	height:600px;
    background: #FFFFFF url("../images/SalonOffice.jpg") no-repeat top left;
	z-index:1;

}

#login  {
	position:absolute;
	width:140px;
	height:100px;
	top: 444px;
	left: 426px;
	z-index:10;
	
}
#footer {
    position:absolute;
	top:600px;
	width: 800px;
	left:120px;
    text-align: left;
    height: 20px;
	font: 8pt Tahoma;
	color:#666666;

}
#footer a {
    color:#999999;
    font-weight: bold;
}

