#secoyaLogin {
	position: fixed;
	z-index: 30;
	top: 50%;
	left: 50%;
	margin: -66px 0 0 -110px;
	width: 220px;
	height: 125px;
	background: white;
	color: black;
	border: 4px solid black;
	font: 11px/13px Arial, Helvetica, Sans-serif;
	z-index: 2147483647;
}

#secoyaLogin .headline {
	height: 20px;
	background: #333;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 5px;
	color: white;
}

#secoyaLogin .secoyaButton {
	margin-left: 86px;
}

#secoyaLogin input {
	border: 1px solid #777;
	font: 11px/13px Arial, Helvetica, Sans-serif;
	color: black;
	padding: 2px;
}

.secoyaButton span { 
	font-size:11px;
	font-weight:bold;
	position:relative; 
	display:block; 
	white-space:nowrap; 
	padding:0 0 0 9px;
	margin:0 3px 0 0;
	height:26px; 
	line-height:26px;
	background:url(button_begin.png) left no-repeat;
	color:#fff; 
}

.secoyaButton {
	float: left;
	display: block;
	width: auto;
	overflow: visible;
	font: normal 12px arial, sans-serif;
	margin-top: 10px;
	outline: 0;
	border: 0;
	cursor: pointer;
	padding: 0 6px 0 0 !important;
	margin-right: 6px;
	text-align: center;
	background: url(button_end.png) right no-repeat;
}

.secoyaButton:hover,
.secoyaButton:focus {
	text-decoration: none;
	background: url("button_end_hover.png") right no-repeat;
	outline: 0;
}

.secoyaButton:hover span,
.secoyaButton:focus span {
	background:url(button_begin_hover.png) left no-repeat; 
}

#secoyaLoginDim {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#secoyaLogin label {
	margin: 5px 0;
	display: block;
	padding-left: 5px;
	font-size:11px;
}

#secoyaLogin label span {
	display: block;
	float: left;
	width: 80px;
}