* {
	margin: 0;
	padding: 0;
}
html, form {
	height: 100%;
}
body {
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Verdana,"Jamrul",sans-serif;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 72px;
	background:url(images/sprite-header.png) repeat-x scroll 0 0;
	padding:1px 0 0 2px;
	border-bottom:solid 1px #dfdfdf;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 100px;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer 
{
	margin: -32px auto 0 !important;
	margin: -42px auto 0;
	min-width: 1000px;
	height: 20px !important;		
	background:#f8f8f8;
	border-top:solid 2px #e2e7ef;	
	text-align: center;
	line-height: normal;
	font-size: .9em;	
	color: #4a4a56;
	padding-top:10px !important;
	padding-top:20px;
}

#footer a {
	text-decoration: none;
	color: #512b70;
}

#footer a:hover {
	color: #4a4a56;
}

.loginBox {
	position:absolute;
	top: 50%;
	left: 50%;
	height:304px;	
	width:450px;	
	margin-top: -152px;
	margin-left: -225px;

	background:#ececec url(images/loginBox.jpg);
}

.loginBoxTitle
{
	height:70px;
	line-height:90px;
	text-align:left;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,"Jamrul",sans-serif;
	font-size:12px;
	color:#525760;
	text-indent:80px;
}

.loginBoxContent
{
	height:190px;
	margin:20px !important;
	margin:0 20px 5px 20px;
}

.loginBoxLabel
{
	height:30px;
	line-height:30px;
	text-align:left;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,"Jamrul",sans-serif;
	font-size:12px;	
	color:#525760;	
	margin-top:20px;
	float:left;
}

.loginBoxInput
{
	/*
	float:left;
	margin-right:20px;
	margin-top:20px;
*/
	-moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #E3E5E7;
	display:block;
	margin:0 5px 5px 0;
	padding:5px;
}

.loginBoxInput input
{
	font-size:16px;
	padding:10px;
	width:416px;
	border:solid 1px #a5acb5;
}

.loginBoxButton
{
	float:left;
	margin-right:20px;
	margin-top:10px;
}

.loginBoxLink
{
	float:left;
	margin-right:20px;
	height:30px;
	margin-top:10px;
	line-height:30px;
}

.loginBoxBlock
{
	clear:both;
}

/*
.loginBoxInput input[type="text"]{width:259px; border:none;width:220px;background:#d6d6d6;font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,"Jamrul",sans-serif;font-size:12px;height:30px}
.loginBoxInput input[type="password"]{width:259px; border:none;width:220px;background:#d6d6d6;height:30px}
*/

a.link, a:link.link
{
	font-size:11px;
	text-decoration:none;
}

a:hover.link
{
	color:#525760;
}

a.button, a:link.button
{
    float:left;    
	background:url(images/bgButton.png) repeat-x scroll 0 0;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	border:solid 1px #FFFFFF;
	margin-right:1px;
	padding:0 20px 0 20px;
	border:solid 1px #e6e8d9;
}

a:hover.button
{
    float:left;
	color:#FFFFFF;
	background:url(images/bgButtonOver.png) repeat-x scroll 0 0;
	margin-right:1px;
	padding-right:20px;
	text-align:center;
}