body, html{
    margin:0;
    padding:0;
}

* {
	margin: 0px;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
.footer, .push {
	height: 4em;
}
form {
    height: 100%;
}
body
{
	margin:0px;
	padding:0px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#101010;
}
a
{
	color:#101010;
	text-decoration:none;
}

a:hover
{
	color:#101010;
	text-decoration:underline;
}
img
{
	border:none;
}
img a, img a:hover
{
	border:none;
	padding:0px;
	margin:0px;
}

.mainDiv
{
	width:905px;
	margin-left: auto ;
  margin-right: auto ;
}
#mydiv 
{
    position:fixed;
    top: 50%;
    left: 50%;
    width:550px;
    height:250px;
    margin-top: -125px; /*set to a negative number 1/2 of your height*/
    margin-left: -275px; /*set to a negative number 1/2 of your width*/
}

.formText
{
	color:#31529d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding:5px 0px 5px 0px;
}

.formTextbox
{
	border:1px solid #d0d0d0;
	height:23px;
	background-color:#fff;
}


.bottomDiv{
    position:absolute;
    bottom:30px;
    width:100%;
    height:42px;
    background-image:url(images/loginBottomBG.jpg);
	background-repeat:repeat-x;
}


.topDiv{
    position:absolute;
	top:95px;
    width:905px;
    height:55px;
    background-color:#fcfcfc;
}

.middleDiv{
    position:absolute;
	margin:auto;
    bottom:95px;
    width:905px;
    height:33px;
    background-color:#fcfcfc;
}

.loginHead1
{
	background-image:url(images/loginHead1.jpg);
	background-repeat:no-repeat;
	height:35px;
	width:271px;
}


.loginHead2
{
	background-image:url(images/loginHead2.jpg);
	background-repeat:no-repeat;
	height:35px;
	width:271px;
}

.loginBottom
{
	background-image:url(images/loginBottom.jpg);
	background-repeat:no-repeat;
	height:15px;
	width:271px;
}

.loginBG
{
	background-image: url(images/loginBG.jpg);
	background-repeat:repeat-y;
	width:271px;
	padding:20px;
}







