html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#b3c3dc;
	background-image:url('/images/design/pp2.png'); 
	/* background-repeat:repeat; */
	font-family: 'Open Sans', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,a:visited{
	color:#596685;
}
a:hover{
	text-decoration:none;
	color:#8093c0;
}
a .active, a:active{
	text-decoration:none;
	color:#e94b0d;
}
#page{
	margin:0px auto;
	width:1024px;
}
#topcontainer{
	background-color:#fff;
	font-size:100%;
	margin:10px 0;
	padding:10px;
	border-radius:5px;
	-webkit-box-shadow: 5px 6px 34px #000000;	/* webkit browser*/
	-moz-box-shadow: 5px 6px 34px #000000;	/* firefox */
	box-shadow: 5px 6px 34px #000000;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWUyZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
background: -moz-linear-gradient(top, #fcfff4 0%, #dee2ed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#dee2ed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fcfff4 0%,#dee2ed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fcfff4 0%,#dee2ed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fcfff4 0%,#dee2ed 100%); /* IE10+ */
background: linear-gradient(to bottom, #fcfff4 0%,#dee2ed 100%); /* W3C */

}
#topcontainer img{
	float:left;
}
#topcontainer ul{
	float:left;
	list-style: inside none;
}

#topcontainer ul li{
	float:left;
	margin:10px;
	margin-left:5px;
	font-weight:bold;
	font-size:90%;
	border-left:1px solid #ccc;
}
#topcontainer li span{
	font-size:70%;
	margin-left:10px;
	margin-right:5px;
	color:#e94b0d;
}

#second{
	background-color:#ffffff;
	border-radius:2px;
	-webkit-box-shadow: 5px 6px 34px #000000;	/* webkit browser*/
	-moz-box-shadow: 5px 6px 34px #000000;	/* firefox */
	box-shadow: 5px 6px 34px #000000;
	margin:20px 0;
	padding:10px;
	color:#333333;
	font-size:80%;
}

#main{
	background-color:#ffffff;
	border-radius:2px;
	-webkit-box-shadow: 5px 6px 34px #000000;	/* webkit browser*/
	-moz-box-shadow: 5px 6px 34px #000000;	/* firefox */
	box-shadow: 5px 6px 34px #000000;
	margin:20px 0;
	padding:10px;
	color:#333333;
}
#content{
	border:1px dotted #ccc;
	padding:10px;
	background-color:rgb(250,250,255);
}
#main h1 {
	color:#111111;
	font-size:160%;
	padding:0px;
	padding-bottom:15px;
	background-color:rgba(255,255,255,0.1);
}
#main h2 {
	color:#e94b0d;
	font-size:120%;
	padding: 0 3px;
	padding-bottom:15px;
	background-color:rgba(255,255,255,0.1);
}
#main h3 {
	color:#333333;
	font-size:100%;
	padding: 0 5px;
	padding-bottom:5px;
	font-weight:bold;
	background-color:rgba(255,255,255,0.1);
}
#main p,#message {
	padding: 0 12px;
	padding-bottom:25px;
	line-height:1.5em;
	padding-top:5px;
	text-align:justify;
	background-color:rgba(255,255,255,0.1);
}
.loginform{
	width:100%;
	margin:0px auto;
	background-color:#333344;
	border-radius:10px;
}
.loginform .col1{
	float:left;
	width:80%;
}
.loginform .col1 .infotext{
	color:#ffffff;
	padding:20px;
	border-bottom:1px dotted #000;
}
.loginform .col1 .inner{
	border-right:5px solid #ffff00;
	height:200px;
}

.loginform .col1 label{
	display:block;
	color:#ffffff;
	font-weight:bold;
	font-size:80%;
	margin-bottom:20px;
}

.loginform .col1 input{
	border-radius:7px;
	padding:5px;
	border:1px solid #ccc;
	-webkit-box-shadow: inset 1px 1px 12px #595959; /* webkit browser*/ -moz-box-shadow: inset 1px 1px 12px #595959;	/* firefox */ box-shadow: inset 1px 1px 12px #595959;
}

.loginform .col2{
	float:left;
	width:20%;
	background-color:#7799ff;
	height:200px;
	position:relative;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}


.loginform p{
	float:left;
	width:32%;
	padding:4%;
	background-color:none;
}
.loginform p.button{
	width:20%;
	padding:0;

	display:block;

}
.loginform .col2 button{
	color:#ffffff;
	font-size:600%;
	font-weight:bold;
	height:100%;
	background:none;
	border:none;
	width:100%;
	text-align:right;

	display:block;
}
#main p.error, .warning{
	border:1px dotted #ff0000;
	margin:5px;
	padding-bottom:5px;
	background-color:rgb(255, 195, 207);
	display:block;
}

#main p.info, .notice, .loading{
	border:1px dotted #00ff00;
	margin:5px;
	padding-bottom:5px;
	background-color:rgb(205, 255, 195);
	display:block;
}
#login-form{
box-shadow: 5px 5px 20px #888888;
}
