body,html,ul {font-family: arial; font-size: 13x; color: #ddd;}
body {background: #E9E9E9 url(../img/body_bg.png) no-repeat center -100px;}
.wishing
{
    background: #E9E9E9 url('../img/diwali.jpg') no-repeat center -100px;
}
.wrapper {width: 600px; margin: 15px auto;}
.form_tbl {width: 100%;
	padding: 25px 0px;
	border: 1px solid #C8C2C0;
	background: rgba(255,255,255,0.3);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF);
	zoom: 1;
}
.form_tbl tr td {
	padding-bottom: 10px;color: #000;
	font-weight: bold;
}
.form_tbl tr td:first-child {text-align: right; padding-right: 10px;}
.form_tbl tr td input[type="text"],.form_tbl tr td input[type="password"],.form_tbl tr td textarea {
	width: 88%;
	border-radius: 5px;-o-border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
	background: rgba(34,34,34,0.8);
	border: 1px solid #ddd;
	padding: 5px;
	height: 40px;color: #ddd;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC222222,endColorstr=#CC222222);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC222222,endColorstr=#CC222222);
	zoom: 1;
}
.loginBtn {
	margin-top: 4px;
	padding: 8px 20px;
	cursor: pointer;
	background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(68,71,76,0.74) 1%, rgba(0,0,0,0.74) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(1%,rgba(68,71,76,0.74)), color-stop(100%,rgba(0,0,0,0.74))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(68,71,76,0.74) 1%,rgba(0,0,0,0.74) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(68,71,76,0.74) 1%,rgba(0,0,0,0.74) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(68,71,76,0.74) 1%,rgba(0,0,0,0.74) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(68,71,76,0.74) 1%,rgba(0,0,0,0.74) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#bd000000',GradientType=0 ); /* IE6-9 */
color: #FFF;
border: 0px;
	border-radius: 5px;-o-border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
font-size: 18px;
}
.loginBtn:hover {
background: -moz-linear-gradient(top, rgba(0,0,0,0.84) 0%, rgba(69,72,77,0.86) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.84)), color-stop(100%,rgba(69,72,77,0.86))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.84) 0%,rgba(69,72,77,0.86) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.84) 0%,rgba(69,72,77,0.86) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.84) 0%,rgba(69,72,77,0.86) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.84) 0%,rgba(69,72,77,0.86) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6000000', endColorstr='#db45484d',GradientType=0 ); /* IE6-9 */
}
.hdng {color: #fff; text-align: center; margin: 20px 0px;font-size: 35px;}