/* 
    Document   : access
    Created on : 20.8.2009, 17:55:57
    Author     : Pepa
    Description:
        user access form and info.
*/
.access {
	
}

.access .unlogged{
    background: url(../../images/design/rightloginbg.png) top no-repeat;
	width:288px;
	height:114px;
	padding: 16px 10px 0 16px;
	color: #4D4D4D;
	font-size: 10px;
	margin-bottom: 1ex;
}
.access .unlogged h1{
	color: white;
	margin: 0 0 16px 6px;
	font-size: 12px;
	padding: 0;
}
.access .unlogged th{
	font-weight: normal;
	text-align: left;
	padding-right: 12px;
}
.access .unlogged td{
	padding-right: 12px;
}
.access .unlogged .pword, .access .unlogged .logname {
	padding-bottom: 12px;
}
.access .unlogged p {
	margin: 0;
}
.access .unlogged input{
	margin-top: 3px;
	border: none;
}
.access .unlogged button {
	width: 94px;
	height: 25px;
	padding: 5px 2px 4px 2px;
	text-align: center;
	color: white;
    background: url(../../images/design/leftloginbuttonbg.png) top no-repeat;
	border: none;
}


.access .logged {
	margin: 4px 0 1ex 658px;
	width: 262px;
	height: 40px;
	padding: 2px 32px 4px 10px;
	background: url(../../images/design/loggedbg.png) top no-repeat;
	font-size: 9px;
	/*border: 1px blue solid;*/
}
.access .logged h4{
	font-size: 11px;
	margin: 0 0 2px 0;
}

.access .logged .expir {
	float: right;
	margin-right: 2px;
}

.access .logged .links {
	position: absolute;
}
.access .logged .links img {
	position: relative;
	bottom: -4px;
	margin-top: -4px;
}
