﻿/* Login Page */

.hh1
{
	font-weight: 700;
	font-family: "Droid Sans" ,sans-serif;
	text-shadow: 0 1px 0 #fff;
	letter-spacing: -.5px;
	font-size: 20px;
	color: #4595d4;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #e0e0e0;
}
input
{
	font-family: tahoma,arial;
	font-size: 12px;
	color: #57595d;
	outline: none;
}
a
{
	text-decoration: none;
	color: Blue;
}
p
{
	line-height: 20px;
}
.box_bg1
{
	border: 1px solid #d5d5d5;
	background: #f9f9f9;
	width: 300px;
	height: 280px;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 2px #dadada,inset 0 -3px 0 #e6e6e6;
	float:right;
	margin-right:auto;
	margin-left:auto;
	margin-right:20px;
}
.content1
{
	padding: 23px 22px;
}
.btndiv1
{
	display: inline-block;
	float: right;
	margin-top: 18px;
}
#login1
{
	padding: 13px 0 0 0;
	border-top: 1px solid #e0e0e0;
}
.login1
{
	font-size: 15px;
	color: #8e8d8d;
	font-family: "Droid Sans";
	padding: 15px 15px 10px 35px;
	background-color: #fdfdfd;
	width: 235px;
	height: 10px;
	display: block;
	border: 1px solid #d8d8d8;
	margin: 13px 0 -3px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}
.user1
{
	background: url(../images/user.png) no-repeat;
}
.password1
{
	background: url(../images/password.png) no-repeat;
}
.checkbox1
{
	margin: 30px 0 15px 0;
}
.btnCss1
{
	border: 1px solid #4595d4;
	border-bottom: 2px solid #4595d4;
	background-color: #4595d4;
	background-color: #4595d4;
	padding: 5px;
	font-family: Arial;
	color: White;
	font-weight: bold;
	font-size: 13px;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}



.hh
{
	font-weight: 700;
	font-family: "Droid Sans" ,sans-serif;
	text-shadow: 0 1px 0 #fff;
	letter-spacing: -.5px;
	font-size: 20px;
	color: #4595d4;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #e0e0e0;
}
input
{
	font-family: tahoma,arial;
	font-size: 12px;
	color: #57595d;
	outline: none;
}
a
{
	text-decoration: none;
	color: Blue;
}
p
{
	line-height: 20px;
}
#box_bg
{
	border: 1px solid #d5d5d5;
	background: #f9f9f9;
	width: 450px;
	display: block;
	margin: 40px auto 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 2px #dadada,inset 0 -3px 0 #e6e6e6;
	height: 250px;
}
.content
{
	padding: 23px 22px;
}
.btndiv
{
	display: inline-block;
	float: right;
	margin-top: 15px;
}
.login
{
	font-size: 12px;
	color: #8e8d8d;
	font-family: "Droid Sans";
	padding: 6px 15px 10px 40px;
	background-color: #fdfdfd;
	width: 200px;
	height: 10px;
	display: block;
	border: 1px solid #d8d8d8;
	margin: 13px 0 -3px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}
.user
{
	background: url(../images/user.png) no-repeat;
}
.password
{
	background: url(../images/password.png) no-repeat;
}
.checkbox
{
	margin: 30px 0 15px 0;
}
.btnCss
{
	border: 1px solid #4595d4;
	border-bottom: 2px solid #4595d4;
	background-color: #4595d4;
	background-color: #4595d4;
	padding: 5px;
	font-family: Arial;
	color: White;
	font-weight: bold;
	font-size: 13px;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}

/* Home Page */

.spn
{
	color: #C93213;
	font-weight: bold;
}
.spn2
{
	font-weight: bold;
	font-size: 18px;
}
.note
{
	position: relative;
	width: 97.2%;
	padding: 10px;
	margin-left: 0px;
	color: #fff;
	background: #C93213;
	overflow: hidden;
}
.note2
{
	position: relative;
	width: 95%;
	padding: 10px;
	margin-left: 0px;
	color: #fff;
	background: #53A3B4;
	overflow: hidden;
	font-family: Arial;
}
.note2:before
{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 30px 30px 0;
	border-style: solid;
	border-color: #fff #fff Gray Red;
	background: #53A3B4;
}
