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

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* CSS for header form part  */

.header {
	float: left;
	height: 120px;
	width: 990px;
	margin: 0px;
	padding: 0px;
}
.logo {
	float: left;
	height: 120px;
	width: 300px;
}

.contactno {
	float: right;
	height: 60px;
	width: 210px;
	margin-left: 0px;
	margin-top: 20px;
}
.associationarea {
	float: left;
	height: 30px;
	width: 990px;
	margin: 0px;
	padding: 0px;
	scrolling:no;
	border:0px;
	text-align:center;
}
.associationarea a {
	padding-right: 30px;
	padding-bottom: 30px;
}

.headerarea {
	background-color: #CCC;
	float: left;
	height: 30px;
	width: 267px;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/btnbg.png);
	font-size: 15px;
}

.addspace {
	float: left;
	height: 150px;
	width: 267px;
	margin-top: 15px;
	text-align: center;
	line-height: 150px;
	font-size: 12px;
	color: #999;
	background-color: #d6d5d5;
}

.rightcontainer {
	background-color: #FFF;
	width: 267px;
	float: left;
}

.login
{
	float: left;
	height: 165px;
	width: 267px;
	background-image: url(../images/login-bg1.png);
}
#form {
	background-color: #CCCCCC;
	float: left;
	height: 228px;
	width: 265px;
	font-size: 12px;
	padding-top: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #858585;
	border-bottom-color: #858585;
	border-left-color: #858585;
}

/* CSS for contact form part  */

.bodytext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:justify;
	line-height:18px;
	padding-left:2px;
}

.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 28px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;

}

.fldtxt
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f2f2f2) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');	
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#555555;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	padding:6px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	padding:6px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #64504e;
}

.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}

.button:active {
	position:relative;
	top:1px;
}

/* CSS End for contact form part  */
.homebtn {
	float: left;
	height: 60px;
	width: 60px;
	margin-left: 10px;
}
.contactform {
	float: left;
	height: 270px;
	width: 267px;
	margin-top: 15px;
}

/* CSS for footer part  */

.fotter {
	float: left;
	width: 990px;
	padding-top: 30px;
}
.lowerfootertxt {
	background-color: #006666;
	float: left;
	height:auto;
	width: 990px;
	color: #FFF;
	font-size: 12px;
	padding-top:10px;
	text-align: center;
	line-height: 60px;
}

.lowerfootertxt span{line-height:120%;}

.lowerfootertxt a {
	color: #CCC;
}
.lowerfootertxt a:hover {
	font-size: 12px;
	color:#FFF;
	text-decoration: none;
}
.cfparea {
	background-color: #C63;
	float: left;
	height: 55px;
	width: 990px;
	margin-bottom: 10px;
}
