/* the overlayed element */
#bck_fade { 
display:none;
z-index:1;
background-color:#000000;
opacity: 0.5;
background: rgba(0,0,0,0.5);
width:auto;
height:auto;
}

#mies1 a img {border:none !important;}

.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background: url(../../images/content_box-bg.gif) #dededf repeat-x left top;
	width:320px;
	min-height:140px;
	height:260px !important;
	border:1px solid #666;
	padding:15px;
	font-family:'Verdana', Arial, sans-serif;
	font-size:14px;
	left:220px !important;
	top:74px !important;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 100px 5px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0 0 45px rgba(0,0,0,0.55);
	box-shadow: 0 0 45px rgba(0,0,0,0.55);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../../images/close.png);
	position:absolute;
	right:-17px;
	top:-19px;
	cursor:pointer;
	height:35px;
	width:35px;
}
* html .simple_overlay .close {
	background-image:url(../../images/close.gif);
}

#triggers {
	text-align:left;
}

#triggers a {
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	width:180px;
	height:53px;
	border:none;
	cursor:pointer;
}

#triggers a img {border:none !important; outline:none !important; border:0 !important;}

/* login bg*/
.loginbg{
	text-align:left;
	padding-bottom:40px;
}

img
{
border:0;
}
.clear {
	font-size:0;
	line-height:0;
	visibility:hidden;
	clear:both;
}

.overlay_title {
	margin-top:10px;
	padding-left:0px;
	font-size:22px;
	text-align:left;
	font-weight:bold;
	color:#C80000;
	
}
.result {
	text-align:left;
	font-size:14px;
}

.login_table{
	width:50%;
	padding-top:20px;
	text-align:left;
	border:0;
	
}
.login_table tr{
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	padding-right:0px;
}

.login_table td{
	text-align:left;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	padding-right:0px;
	min-width:60px;
}
.login_table input{
	text-align:left;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	width:200px;
	height:25px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.forgot_link {
	color:#C80000;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	text-decoration:underline;
}

.spaced_button{
	margin-top:15px;
	margin-right:5px;
}
.login_button{
	padding-top:5px;
	padding-left:0px;
	text-align:left;
}

.error{
	text-align:left;
	margin-top:10px;
	color:ORANGE;
	font-size:16px;
	font-weight:bold;
}

.login_button input {
	text-align:center;
	width:89px;
}

.spaced_button input {
	text-align:left;
	width:173px;
}
