@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	background:#D2E7FF;
}

a {
	color:#39F
}

a.bold {
	font-weight:bold;
}

input.inputtext {
	padding:2px;
	font-size:18px;
	border:solid 1px #ccc;
	background:#fff;
	font-family:Georgia, "Times New Roman", Times, serif
	
}
input.inputtext:focus {
	border:solid 1px #09F;
	background:#fff;
}

input.inputEmail {
	background:url(/img/inputText/email.png) top left #fff no-repeat;
	border:solid 1px #ccc;
}
input.inputPwd {
	background:url(/img/inputText/pwd.png) top left #fff no-repeat;
	border:solid 1px #ccc;	
}
input.button {
	padding:4px;
	font-weight:bold;
	font-size:18px;
	
}
select {
	font-size:18px;
	border:solid 1px #ccc;
	font-family:Georgia, "Times New Roman", Times, serif
	
}

.whiteBox {
	background:#fff; padding:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
}

.header {
	width:700px; background:#09F; color:#fff; clear:both;
}
.header a {
	text-decoration:none;
	color:#fff;
}

.pageBar {
	padding:10px;
	margin:10px 0;
	font-size:14px;
}

.pageBar a.current {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

.registerForm .step {
	margin-bottom:5px; border-bottom:dotted 2px #ccc; padding:5px; font-size:14px; clear:left;
	padding-left:20px;
}

.registerForm .focus {
	border:dotted 2px #fc0;
}
.registerForm .step .note {
font-size:10px; color:#666;
margin-top:5px;
}

.createForm ·{
	width:500px;
}
.flashMessage {
font-size:12px; padding:4px; background:#FC0; font-weight:bold;
}
.createForm .step {
	margin-bottom:5px; border-bottom:dotted 2px #ccc; padding:10px; font-size:12px; clear:left;
}

.createForm .focus {
	border:dotted 2px #fc0;
}

.createForm .step .note {
font-size:10px; color:#999;
margin-top:5px; cursor:default;
}

.createForm .step .container {
margin-left:50px;
}
.createForm .step .label {
font-size:14px; font-weight:bold; margin:5px 0 10px 0;
}

.createForm .step .bigNumber {
	float:left; font-size:36px; color:#09F; font-weight:bold; width:50px; height:50px; padding-top:10px;
}

.footer {
	width:700px; margin-top:20px; font-size:12px;
	background:#06C; color:#fff;
}
.footer a {
	color:#fff;
}
