body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.login-main {
	height: auto;
	width: 350px;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
}
.login {
	float: left;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius:5px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/form_bg.png);
	height: 294px;
}
.logins {
	float: left;
	height: auto;
	width: 322px;
	margin-top: 10px;
	margin-left: 10px;
}
.inputs {
	background-color: #FFF;
	width: 250px;
	padding: 3px;
	height: 25px;
	border-radius:3px;
	color: #666;
	background-image: url(../images/bg-input.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #ccc;
	border-bottom-color: #aaa;
	border-left-color: #ccc;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.input:focus {
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
	border-color: #999;
	background-color: #FFF;
	background-image: url(../images/bg-input-focus.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	}
.submit {
	background-color: #e6e7e8;
	height: 30px;
	width: 130px;
	border: 1px solid #dbdbdc;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 7px;
	padding-left: 1px;
	color: #333;
	font-weight: bold;
	border-radius:3px;
	font-size: 12px;
	cursor: pointer;
}
.header-top {
	float: left;
	height: auto;
	width: 100%;
}
.logo {
	float: left;
	height: 68px;
	width: 403px;
	margin-left: 10px;
	margin-top: 5px;
}
.email-exp-main {
	float: right;
	width: 250px;
	margin-top: 18px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
.h1 {
	color: #303030;
	font-size: 14px;
}
.line-h {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
}
.btn {
	background-color: #303030;
	float: left;
	height: 40px;
	width: 100%;
	margin-top: 10px;
}
.button {
	float: left;
	height: 40px;
	width: 1000px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
}
.button a {
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-top: 12px;
	padding-bottom: 11px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 35px;
	padding-left: 35px;
	font-weight: bold;
}
.btn-line {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3d3c3c;
	border-left-color: #1e1d1d;
	float: left;
	height: 40px;
}
.send-sms-main {
	float: left;
	height: auto;
	width: 450px;
	margin-left: 10px;
	background-color: #f0efef;
	border: 1px solid #ddd;
}
.form-send {
	float: left;
	height: auto;
	width: 430px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
}
.in-form {
	float: left;
	height: auto;
	width: 430px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.line-v1 {
	float: left;
	height: auto;
	width: 430px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e0dede;
	border-bottom-color: #FFF;
	margin-top: 10px;
}
.drops {
	background-color: #FFF;
	width: 100px;
	height: 34px;
	border-radius:3px;
	color: #666;
	background-image: url(../images/bg-input.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #ccc;
	border-bottom-color: #aaa;
	border-left-color: #ccc;
	font-size: 14px;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

.textarea {
	background-color: #FFF;
	width: 422px;
	padding: 3px;
	height: auto;
	border-radius:3px;
	color: #666;
	background-image: url(../images/bg-input.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #ccc;
	border-bottom-color: #aaa;
	border-left-color: #ccc;
	font-size: 12px;
	padding: 3px;
}
.date {
	background-color: #FFF;
	width: 120px;
	padding: 3px;
	height: 25px;
	border-radius:3px;
	color: #666;
	background-image: url(../images/bg-input.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #ccc;
	border-bottom-color: #aaa;
	border-left-color: #ccc;
	font-size: 12px;
	padding: 3px;
}
.subm {
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #303030;
	font-weight: bold;
}
.middle {
	float: left;
	height: auto;
	width: 100%;
}

.active {
	background-color: #E8E8E8;
}
.color-s {
	color: #303030;
}


.btn1 {
	height: auto;
	width: 99%;
	background-color: #414141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
	margin-right: auto;
	margin-left: auto;
}
.h3 {
	color: #09F;
	text-decoration: none;
	font-weight: bold;
}

.h4 {
	font-size: 10px;
}
.inputs1 {
	background-color: #FFF;
	width: 250px;
	padding: 3px;
	height: 25px;
	border-radius:3px;
	color: #666;
	background-image: url(../images/bg-input.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #ccc;
	border-bottom-color: #aaa;
	border-left-color: #ccc;
	font-size: 12px;
}
