﻿.h1
{
    font-size:large;
    text-align:center;
}
.pagewidth
    {
    width: 100%;
    height: 450px;
}
.LoginLeftRightWidth
{
  width: 300px;
}
.LoginLeft
{
    width:200px;
    font-weight:bold;
}
.LoginLeftData
{
    width:130px;
}
.LoginLeftMsg
{
    width:100px;
}
.LoginLeftRightWidth1
{
  width: 250px;
}
.LoginDataWidth
{
  width: 350px;
    
}
.LoginDataWidthN
{
  width: 450px;
    
}
.LoginDataWidth2
{
  width: 180px;
    
}
.LoginMidWidth
{
  width: 150px;
  font-weight: bold; 
  text-align: center;
}
.FontWeight
{
     font-weight: bold; 
}
.LoginMid
{
    width:1px;
}
.tableMid
{
    width:150px;
    font-weight: bold; 
}
.LoginMidWidth1
{
  width: 30px;
  font-weight: bold; 
  text-align: center;
}
.submit input {
	width: auto;
	padding: 10px 14px;
	background: #617798;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	}
fieldset
{

-moz-border-radius:10px; 
-webkit-border-radius:10px; 
-khtml-border-radius:10px;
border-radius:5px;
 behavior:url(../js/border-radius.htc);
border-radius:10px;
 box-shadow: 0 0 10px rgba(0,0,0,.5);
 position: relative;
 border: 3px groove threedface; 
background-color:#EEEEEE;
 margin-bottom:10px;

}

legend {

-moz-border-radius:8px; 
-webkit-border-radius:8px; 
-khtml-border-radius:8px;
 border-radius:8px;
 behavior:url(../js/border-radius.htc);
border-radius:8px;
 box-shadow: 0 0 10px rgba(0,0,0,.5);
 position: relative;
 border: 3px groove threedface;
padding-top:5px ;
padding-bottom:5px ;
padding-left:7px;
padding-right:7px;
 text-align:center;
  background-color:#EEEEEE;
    box-shadow: inset 0 -5px 5px rgba(0,0,0,.2);
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    font-weight: bold;
}


legend span {
    display: block;
    margin: -20px;
    background: #000000;
    padding: 0px 0px;
	z-index:1000;
}


input, textarea
{

    padding: 4px;
    border: solid 1px #1a6280;
    font: normal 12px Verdana, Tahoma, sans-serif;
     font-weight:bold;
    background: #FFFFFF url('form_background.png') left top repeat-x; /*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: #FFFFFF url('form_background.png') repeat-x left top;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; /*0.1 actually means 10 %*/
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    text-align: left;
}

.h3
{
font: normal 12px Verdana, Tahoma, sans-serif;
     font-weight:bold;
padding:3px;

margin:0px;
}
.header
{
	font: normal 16px Verdana, Tahoma, sans-serif;
     font-weight:bold;
}
textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
-moz-box-shadow:0 0 8px blue;
	-webkit-box-shadow:0 0 8px gray;
	box-shadow:0 0 8px gray;
}

.form label { 
	margin-left: 12px; 
	color: #999999; 
	font-weight:bold;
	font: normal 11px Verdana, Tahoma, sans-serif;
	}
td
{ font-weight:bold;
	font: normal 11px Verdana, Tahoma, sans-serif;
}
.submit input {
	width: auto;
 font  : normal 11px Verdana, Tahoma, sans-serif;
	background: #617798;
	font-size: 14px;
	color: #FFFFFF;
	border:solid 2px black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
	}
#form-div { 
-moz-border-radius:12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;
background-color:#F5F5F5;
padding:15px;
}

#wrapper { 
margin:30px auto;
width:500px;
}

.input[type=submit]{
display: inline-block;
outline: none;
cursor: pointer;
text-align:center;
text-decoration: none;
font: normal normal 700 12px 80% Arial, Helvetica, sans-serif;
padding: .2em .2em .2em .2em;
_padding: .2em .2em .2em .2em;
 text-shadow: 0 1px 1px rgba(0,0,0,.5);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
color: #FFFFFF;
border: solid 2px transparent;
min-width:80px;
background: #404c54;
background: -webkit-gradient(linear, left top, left bottom, from(#404c54 0), to(#2b373d));
background: -moz-linear-gradient(top, #404c54 0, #2b373d);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404c54 0', endColorstr='#2b373d');
}
.input[type=submit]:hover {
background: #cccccc;
    border: solid 2px transparent;
    color: #000000;
background: #ffa800 0;
background: -webkit-gradient(linear, left top, left bottom, from(#ffa800 0), to(#d18000));
background: -moz-linear-gradient(top, #ffa800 0,#d18000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa800 0', endColorstr='#d18000');
}


.aa{
display: inline-block;
outline: none;
cursor: pointer;
text-align:center;
text-decoration: none;
font: normal normal 700 12px 80% Arial, Helvetica, sans-serif;
padding: .2em .2em .2em .2em;
_padding: .2em .2em .2em .2em;
 text-shadow: 0 1px 1px rgba(0,0,0,.5);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
color: #FFFFFF;
border: solid 2px transparent;
min-width:60px;
background: #404c54;
background: -webkit-gradient(linear, left top, left bottom, from(#404c54 0), to(#2b373d));
background: -moz-linear-gradient(top, #404c54 0, #2b373d);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404c54 0', endColorstr='#2b373d');
}
.aa:hover {
background: #cccccc;
    border: solid 2px transparent;
   color:Black;
background: #ffa800 0;
background: -webkit-gradient(linear, left top, left bottom, from(#ffa800 0), to(#d18000));
background: -moz-linear-gradient(top, #ffa800 0,#d18000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa800 0', endColorstr='#d18000');

}

