/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	color: #11A6D4;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	color: #EA672E;
}

a:hover {
	text-decoration: none;
	color: #11A6D4;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #F7F7F7 url(../../images/style_login/img07.gif) repeat-x;
	border: 1px solid #3f3d3d;
}

.boxed .title {
	height: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin:0px;
	background:#3366CC url(../images/style_login/img08.jpg);
	/*background: url(../images/style_login/img08.gif) no-repeat 10px 50%;*/
	text-transform: uppercase;
	text-align:center;
	font-size: 1.2em;
	color: #FFFFFF;
}

.boxed .titlea {
	height: 29px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin:0px;
	background:#4F4F4F url(../images/style_login/img12.jpg);
	text-transform: uppercase;
	text-align:center;
	font-size: 1.2em;
	color: #FFFFFF;
}

.boxed .title2 {
	padding-left: 10px;
	padding-right:10px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin:0px;
	background-color:#95BFF5;
	background:#95BFF5 url(../images/style_login/img11.jpg);
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;/*#3f3d3d;*/
	text-align:center;
	border-top: solid 1px #3f3d3d;
	border-bottom: solid 1px #3f3d3d;
}

.boxed .title2a {
	padding-left: 10px;
	padding-right:10px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin:0px;
	background:#0096D5 url(../images/style_login/img13.jpg);
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	text-align:center;
	border-top: solid 1px #3f3d3d;
	border-bottom: solid 1px #3f3d3d;
}

.boxed .content {
	padding: 10px;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content > Sidebar */

#sidebar {
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	width: 220px;
}

/* Content > Main */

#main {
	float: left;
	width: 460px;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
	color: #000000;
}

#login #inputtext1, #login #inputtext2  {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #000000;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login .inputtext3  {
	padding: 2px 5px;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
}

/*#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #000000;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}*/

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

#nmver {
	padding: 2px 2px;
	background-color:#95BFF5;
	background:#95BFF5 url(../images/style_login/img11.jpg);
	/*text-transform: uppercase;*/
	font-size: 12px;
	color: #ffffff;/*#3f3d3d;*/
	text-align:center;
}

.btn_black_mdm {
	float: right;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff; 
	background: #ffffff url(../images/style_login/btn_black_mdm.jpg) no-repeat;
	width:84px;
	height:24px;
	border: 0px none;	
}

#msgPnl {
	padding: 4px;
	background-color:#63ADF8;
	/*text-transform: uppercase;*/
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;/*#3f3d3d;*/
	text-align:left;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #343434;
}

#errorPnl {
	padding: 2px 2px;
	background-color:#FF3300;
	/*text-transform: uppercase;*/
	font-size: 13px;
	font-weight:bold;
	color: #ffffff;/*#3f3d3d;*/
	text-align:center;
}
