html {
	height:100%;
}
body {
   
    margin: 0;
    padding:0;
    height:100%;
    font-family: Arial, Helvetica, Sans-serif;
    color: #ddd;
	background-color:#000;
  /*  background: black url(../images/rose.jpg) no-repeat 100% 100%;*/
}

#header {
	margin:8px 20px 8px; 
    text-align:right;
}


a:link, a:visited, a:hover, a:active {
	font-size: 14px;
  	font-weight:bold;
  	text-decoration:none;
    color:  #DDD;
}
.bodyBox {
    position: absolute;
    width:35%;
    height: 30%;
    left: 30%;
    top: 35%;
	font: bold italic 12px sans-serif;
}
.bodyText {
    text-align: left;
    padding-left:20px;	
}
.signature {
  font-weight:normal;
  text-align:right;
}

.tabs_container {
position:fixed;
right:0;
top:-74px;
width:100%;
z-index:2000;
}
.signin {
	float:right;
	padding:10px 20px;
	width:60px;
	background-color:#9f0000;
	cursor:pointer;
	font-family:Arial;
	font-weight:bold;
}
.actions  {
background:none repeat scroll 0 0 #112232;
height:34px;
opacity:0.95;
overflow:hidden;
padding:20px;
}

.actions input.signin_field {
	border:2px solid #2B3E50;
	color:#333;
	float:right;
	margin:0 12px 0 0;
	width:120px;
	height:20px;
}
.actions input.alert, .actions textarea.alert {
	border-color:#9f0000;
}
.actions input.submit{
	float:right;
}
.actions form {
	float:right;
	width:800px;
}


