/* General styling */

html,body {
	padding: 0;
	margin: 0;
	font-family: Verdana,Lucida,Arial,Sans-Serif;
	font-size: 10pt;
	text-align: center;
}

/* Form styling */

form {
	margin: 10px auto;
	text-align: center;	
}
label {
	font-weight: bold;
	float: left;
	text-align: left;
}
input,select,.submit {
	font-family: Verdana,Lucida,Arial,Sans-Serif;
	font-size: 9pt;
}
input,select {
	border: 1px solid #c7c7c7;
}
.submit {
	margin: 5px auto 0 auto;
	width: 120px;
	border: 1px solid #c7c7c7;
	background: #fff url(img/button.jpg) repeat-x bottom left;
	color: #fff;
}

/* Heading,title and subtitle block styling */

#header {
	margin: 7px auto;
	width: 450px;
	height: 15px;
	line-height: 18px;
	font-size: 12pt;
	font-weight: bold;
	color: #e67525;
	text-align: center;
	/*background: url(img/header.jpg) no-repeat top left;*/
}
#title {
	font-weight: bold;
	padding: 2px 5px 5px 5px;
}
#subtitle {
	margin-top: -5px;
	margin-bottom: 2px;
	padding: 2px 5px 5px 5px;
	font-style: italic;
}
#title,#subtitle {
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

/* Information block styling */

#info {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px dashed #c7c7c7;
	margin: 5px auto;
	font-style: italic;
	background-color: #fff;
	text-align: left;
}
#pwinfo {
	margin-bottom: 20px;
	padding: 10px;
	margin: 5px auto;
	text-align: left;
	text-indent: 10px;
}
#pwinfolist {
	padding: 15px;
	margin-left: 15px;
	text-align: left;
	text-indent: -3px;
}

#pwinfolist2 {
	margin-left: 25px;
	padding-left: 25px;
	text-align: left;
	list-style-type: circle;
}

p#infotext {
	margin: 0;
	padding: 0;
	margin-left: 35px;
}

.PwdComplexity {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px dashed #c7c7c7;
	margin: 5px auto;
	font-style: italic;
	background-color: #fff;
	text-align: left;
}
p.PwdComplexityText
{
	margin: 0;
	padding: 0;
}

/* Content decoration */

img.corner
{
	width: 5px;
	height: 5px;
	display: block;
}
.content
{
	background-color: #c7c7c7;
	padding: 0;
	margin: 10px auto;
	text-align: left;
}
.content div#outtop
{
	background: url(img/outtopright.jpg) no-repeat top right;
}
.content div#outbottom
{
	background: url(img/outbottomright.jpg) no-repeat bottom right;
}
.innercontent
{
	position: relative;
	left: 5px;
	right: 5px;
	background-color: #EDF2FB;
	text-align: center;
}
.innercontent div#intop
{
	text-align: left;
	background: url(img/intopright.jpg) no-repeat top right;
}
.innercontent div#inbottom
{
	text-align: left;
	background: url(img/inbottomright.jpg) no-repeat bottom right;
}

/* Messagebox style for error and info messages */

.message {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	margin-left: 3px;
	margin-right: 3px;
	text-align: left;
}
.errormessage {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.messageicon {
	display: inline;
	float: left;
	margin: 5px 10px;
}
.messagetitle {
	font-weight: bold;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 1px;
	text-align: left;
}
