/* 
layout.css
Template Styling Css rules 
Copyright (C) 2012 pictomax.com
All rights reserved.
 */ 
/*General*/
body {
	color: #000;
	font-family: Arial, "Segoe UI", Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.5;
	background-color: #000;
	background-image: url(../images/ribbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}


a:hover{
	color: #333333;
	}

a:visited{
	color:#CCC;
	}


p{
padding-top: 5px;	
	}


body>#user_login {
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	background-position: center top;
	border: solid 0px #6caadb;
	padding: 10px;
	height: 230px;
	width: 600px;
	margin-top: 25%;
	margin-left: 50%;
	top: -100px;
	left: -300px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	position:absolute;
	

	}
#loginpage{
	background-image: url(../images/mainbg.png);
	background-repeat: repeat;
	background-position: center top;
	border: solid 1px #fff;
	height: 230px;
	width: 600px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color: transparent #000;
	}
	
#logincont {
	background-image: none url(../images/header_image.png);
	background-repeat: no-repeat;
	background-position: center top;
	border: solid 0px #fff;
	height: 230px;
	width: 600px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#000;
	}

/*=================================== LEFT =========================================*/
#login_logo{
	background-image: url(../images/loginlogo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 220px;
	min-height: 140px;
	float: left;
}

#userlogins h1{
	font-size:24px;
	font-weight: normal;
	border-bottom:thin #CCC solid;
	color:#ccc;
	padding:0;
	margin-bottom:5px !important; 
	}

#details{
	width: 360px;
	border-left:none thin #000 solid;
	overflow: hidden;
	padding-left: 10px;
	background-color: transparent #ccc;
	float: right;
	color:#fff;
	margin-right: 2px;
}


.user_details{
	padding: 0 15px 0 0;
	color:#fff;
}


.left{
	width: 179px;
	/*margin: 8px;*/
	overflow: hidden;
	text-align:left;
}

/*================================= Column Right ==================================*/

tr#logintr{
	font-size: 11.5px;
	color:#fff;
}

/*custom.css*/

/* Login ---*/

.login_form label {
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 130px;
}

.inputbox{
    background: url("../images/bgform.png") no-repeat scroll 0 -684px #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #2e2e2e;
	text-indent: 10px;
}

