@charset "utf-8";
/* CSS Document */


/**********LOGIN FORM**********/
#inline1{
	display:none;
	background: none;
	}

#inline2{
	display:none;
	background: none;
	}
	
#inline3{
	display:none;
	background: none;
	}		
	
.login-form{
	width:800px;
	height:310px;
	background:url(../images/login-bg-big.jpg) no-repeat #2b1b0f;
	
	}
.registraion-logo{
	width:157px;
	height:129px;
	float:left;
	margin:100px 0 0 20px;
	}

.logform{
	width:258px;
	height:278px;
	float:right;
	margin:50px 0 0 0
	
	}
	
.logform h1 {
	font-family:'Perpetua-Titling-MT-Light';
	font-size:30px;
	color:#d5af8a/*543f3a*/;
	font-weight:normal;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, .7);
	float:left;
	width:100px;
}
.logform .loginbox{ width:auto; height:auto; overflow:hidden; margin:15px 0 0 0}
.logform .loginbox label{ font-family:'Perpetua-Titling-MT-Light';
	font-size:16px;
	color:#bb9672/*826955*/;
	padding:10px 0 0 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
	width:200px}
.logform .loginbox input[type='text']{ 
width:160px; 
height:20px;
background:#432815;
border:#523119 solid 1px; outline:none;
color:#FFF}

.logform .loginbox input[type='password']{ 
width:160px; 
height:20px;
background:#432815;
border:#523119 solid 1px; outline:none;
color:#FFF}

.logform .loginbox input[type='submit']{ 
width:50px; 
height:30px;
background:#432815;
border:#523119 solid 1px; outline:none;
color:#9d6e4d; /*border-radius:50% ;*/
margin-left:190px;
font-size:12px;
}
.logform .signup-user{
	font-family:'Perpetua-Titling-MT-Light';
	font-size:11px;
	color:#bb9672/*aa896f*/; padding:10px 0 0 50px;
	cursor:pointer; float:left;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, .7);
	}
.logform .signup-user a{color:#bb9672/*aa896f*/; text-decoration:none}	

.logform .forgot{
	font-family:'Perpetua-Titling-MT-Light';
	font-size:11px;
	color:#bb9672/*aa896f*/; padding:10px 0 0 0px;
	cursor:pointer;float:left;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, .7);
	}
	
.logform .forgot a{color:#bb9672/*aa896f*/; text-decoration:none}	

.login-message{
	 font-size:11px; 
	 color:#FFF; 
	 width:780px; 
	 text-shadow:#333 1px 1px;
	height:20px;
	background:#1d0f08;
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.57;
	-khtml-opacity: 0.7;
	padding:5px 0 5px 20px ;
	z-index:1000;
	position:absolute;
	bottom:18px;
	}			


/**********LOGIN FORM END**********/




/***************Registration**********************/

.registration-form{
	width:800px;
	height:310px;
	background:none;
	display:none;	
}

.signup-logo{
	width:157px;
	height:129px;
	float:left;
	margin:40px 0 0 20px;
	}

.signupform {
	width:530px;
	height:300px;
	overflow:hidden;
float:right;
	}
.signupform h1 {
	font-family:'Perpetua-Titling-MT-Light';
	font-size:30px;
	color:#d5af8a/*543f3a*/;
	font-weight:normal;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, .7);
	float:left;
}

.signupform .signupbox{ width:250px; height:auto;  margin:15px 20px 0 0px; float:left; }
.signupform .signupbox label{ font-family:'Perpetua-Titling-MT-Light';
	font-size:16px;
	color:#826955;
	padding:10px 0 0 0;}
	
.signupform .signupbox input[type='text']{ 
width:190px; 
height:25px;
background:#432815;
border:#523119 solid 1px; outline:none;
color:#9d6e4d; font-size:12px;
padding-left:10px}

.signupform .signupbox select{ 
width:200px; 
height:31px;
background:#432815;
border:#523119 solid 1px; outline:none;
 font-size:12px;
color:#9d6e4d}

.signupform .signupbutton{ width:50px; height:auto;  margin:15px 80px 0 0px; float:right;}

.signupform .signupbutton input[type='submit']{ 
width:50px; 
height:30px;
background:#432815;
border:#523119 solid 1px; outline:none;
color:#9d6e4d; /*border-radius:50% ;*/
font-size:12px;

}


/***************Registration END**********************/


/***************Forgot password**********************/

.forgot-form{
	width:800px;
	height:310px;
	background: url(../images/forgot-bg-big.jpg) no-repeat;;
	display:none;	
}

.forgot-logo{
	width:157px;
	height:129px;
	float:left;
	margin:80px 0 0 20px;
	}
	
	

.forgotbox{
	width:300px;
	height:300px;
	overflow:hidden;
	/*background:#999;*/
	/*margin-left:220px;*/
	margin-top:80px;
	float:right;
}
.forgotbox h1 {
	font-family:'Perpetua-Titling-MT-Light';
	font-size:30px;
	color:#d5af8a/*543f3a*/;
	font-weight:normal;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, .7);
}
.forgotbox .loginbox{ width:auto; height:auto; overflow:hidden; margin:15px 0 0 0}
.forgotbox .loginbox label{ font-family:'Perpetua-Titling-MT-Light';
	font-size:16px;
	color:#bb9672/*826955*/;
	padding:10px 0 0 0;
	width:200px}
.forgotbox .loginbox input[type='text']{ 
width:160px; 
height:20px;
background:#432815;
border:#523119 solid 1px; outline:none;
color:#FFF}

.forgotbox .loginbox input[type='password']{ 
width:160px; 
height:20px;
background:#432815;
border:#523119 solid 1px; outline:none;
color:#FFF}

.forgotbox .loginbox input[type='submit']{ 
width:50px; 
height:30px;
background:#432815;
border:#523119 solid 1px; outline:none;
color:#9d6e4d; /*border-radius:50% ;*/
margin-left:185px;
font-size:12px;
}	
	
	




/**************signup*next previous***************/

.signup_pre_nex_box{
	width:80px;
	height:30px;
	float:right;
	margin:10px 90px 0 0;
	}
.signup-next{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bb9672;
	float:left;
	background:url(../images/next.png) no-repeat right center;
	padding:0 15px 0 0;
	cursor:pointer;
	margin-left:20px;}	

.signup-prev{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bb9672;
	float:right;
	background:url(../images/prev.png) no-repeat left center;
	padding:0 0 0 15px;
	cursor:pointer;}	
	
.signup-prev a{
	color:#bb9672;
	text-decoration:none;
	}
	
	
.forgot-prev{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bb9672;
	float:right;
	background:url(../images/prev.png) no-repeat left center;
	padding:0 0 0 10px;
	margin-right:65px;
	margin-top:10px;
	cursor:pointer;}	

.forgot-prev a{
	color:#bb9672;
	text-decoration:none;
}

/**********validation***********/
	.error{ 
	font-family:'Perpetua-Titling-MT-Light';
font-size:11px;
color:#aa896f; float:left;
text-shadow: 1px 2px 1px rgba(0, 0, 0, .7); text-align:left;
padding:10px 0 0 50px}
	.error1{ float:left; 
	font-family:'Perpetua-Titling-MT-Light';
font-size:11px;
color:#bb9672/*aa896f*/;float:left;
text-shadow: 1px 2px 1px rgba(0, 0, 0, .7); text-align:left;
padding:13px 0 0 20px}

.error2{ float:left; 
	font-family:'Perpetua-Titling-MT-Light';
font-size:11px;
color:#bb9672/*aa896f*/; float:left;
text-shadow: 1px 2px 1px rgba(0, 0, 0, .7); text-align:left;
padding:4px 0 0 0px}

.error3{ 
	font-family:'Perpetua-Titling-MT-Light';
font-size:11px;
color:#bb9672/*aa896f*/; float:left;
text-shadow: 1px 2px 1px rgba(0, 0, 0, .7); text-align:left;
padding:4px 0 0 0px; position:absolute; left:400px; top:100px;
cursor:pointer}

.error4{ float:left; 
	font-family:'Perpetua-Titling-MT-Light';
font-size:11px;
color:#bb9672/*aa896f*/;float:none;
text-shadow: 1px 2px 1px rgba(0, 0, 0, .7); text-align:right;
padding:0px 20px 0 0px}

	.error5{ 
	font-family:'Perpetua-Titling-MT-Light';
font-size:11px;
color:#aa896f; float:left;
text-shadow: 1px 2px 1px rgba(0, 0, 0, .7); text-align:left;
padding:10px 0 0 50px}

/**********************change password******************************/

.changepassword-form{
	width:800px;
	height:310px;
	background:url(../images/login-bg-big.jpg) no-repeat #2b1b0f;
	
	}
.registraion-logo{
	width:157px;
	height:129px;
	float:left;
	margin:100px 0 0 20px;
	}

.passform{
	width:320px;
	height:278px;
	float:right;
	margin:60px 0 0 0
	
	}
	
.passform h1 {
	font-family:'Perpetua-Titling-MT-Light';
	font-size:30px;
	color:#d5af8a/*543f3a*/;
	font-weight:normal;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, .7);
	float:none;
	width:auto;
	text-align:right;
	padding-right:20px;
}
.passform .loginbox{ width:auto; height:auto; overflow:hidden; margin:15px 0 0 0}
.passform .loginbox label{ font-family:'Perpetua-Titling-MT-Light';
	font-size:16px;
	color:#bb9672/*826955*/;
	padding:10px 0 0 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
	width:200px;
	}


.passform .loginbox input[type='password']{ 
width:160px; 
height:25px;
background:#432815;
border:#523119 solid 1px; outline:none;
color:#FFF}

.passform .loginbox input[type='submit']{ 
width:50px; 
height:30px;
background:#432815;
border:#523119 solid 1px; outline:none;
color:#9d6e4d; /*border-radius:50% ;*/
margin-left:245px;
font-size:12px;
}
.passform .signup-user{
	font-family:'Perpetua-Titling-MT-Light';
	font-size:11px;
	color:#bb9672/*aa896f*/; padding:10px 0 0 50px;
	cursor:pointer; float:left;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, .7);
	}
.passform .signup-user a{color:#bb9672/*aa896f*/; text-decoration:none}	

.passform .forgot{
	font-family:'Perpetua-Titling-MT-Light';
	font-size:11px;
	color:#bb9672/*aa896f*/; padding:10px 0 0 0px;
	cursor:pointer;float:left;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, .7);
	}
	
.passform .forgot a{color:#bb9672/*aa896f*/; text-decoration:none}	

		


/**********change password END**********/






/***************Update Progile**********************/

.updateprofile-form{
	width:800px;
	height:310px;
	background:none;
	
}

.updateprofile-logo{
	width:157px;
	height:129px;
	float:left;
	margin:40px 0 0 20px;
	}

.profileform {
	width:550px;
	height:300px;
	overflow:hidden;
float:right;
	}
.profileform h1 {
	font-family:'Perpetua-Titling-MT-Light';
	font-size:30px;
	color:#d5af8a/*543f3a*/;
	font-weight:normal;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, .7);
	float:left;
}

.profileform .signupbox{ width:250px; height:auto;  margin:15px 20px 0 0px; float:left; }
.profileform .signupbox label{ font-family:'Perpetua-Titling-MT-Light';
	font-size:16px;
	color:#826955;
	padding:10px 0 0 0;}
	
.profileform .signupbox input[type='text']{ 
width:190px; 
height:25px;
background:#432815;
border:#523119 solid 1px; outline:none;
color:#9d6e4d; font-size:12px;
padding-left:10px}

.profileform .signupbox select{ 
width:200px; 
height:31px;
background:#432815;
border:#523119 solid 1px; outline:none;
 font-size:12px;
color:#9d6e4d}

.profileform .signupbutton{ width:50px; height:auto;  margin:15px 80px 0 0px; float:right;}

.profileform .signupbutton input[type='submit']{ 
width:50px; 
height:30px;
background:#432815;
border:#523119 solid 1px; outline:none;
color:#9d6e4d; /*border-radius:50% ;*/
font-size:12px;

}
