body { background:#000000; color:#FFFFFF; font-family:Verdana,Arial; }
.main { border:1px dotted #FFFFFF; width:100%; height:100%; text-align:center; }
.login {
	/*background: #F7FBF3;*/
	text-align: right;
	font: normal sans-serif;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0 auto;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	width: 830px;
}

.btnLogin {

	/*background-color:#F7FBF3;*/
	font-weight:bold;
	border:1px solid #aeb79c;
}

.btnLogin:hover {
	color: #F7FBF3;
	background: #aeb79c;
}

.inner {
	/*position: fixed;
	top: -60px;
	left: -100px; */
}

.image .inner {
	opacity: 0;
	position: absolute;
	text-align: right;
	/*top: 60px;
	left: 100px;*/ 
	-webkit-transition: all 1s;
	-o-transition: all 1s;   
	-moz-transition: all 1s;
	transition: all 1s;
}
.image:hover .inner {
	display: block; 
	opacity: 1    
}
.delLink {
display:inline-block;
vertical-align:right;
}







