html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0;border:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}

body {
	background-color: #fff;
	margin: 40px;
	font: 13px/20px normal Helvetica, Arial, sans-serif;
	color: #4F5155;
	text-align: center;
}

a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

.logo {
	background: url('../img/logo3.gif') top left no-repeat;
	width: 400px;
	height: 72px;
	margin: 0 auto 40px auto;
}

.box-shadow {
	-moz-box-shadow: 	0 0 8px 0 #ccc;
	-webkit-box-shadow: 0 0 8px 0 #ccc;
	box-shadow: 		0 0 8px 0 #ccc;
}

.activate-container {
	margin: 0 auto 0 auto;
	text-align: left;
	border: 1px solid #D0D0D0;
	border-radius: 4px;
	background-color: #FAFAFA;
	width: 400px;
}

.body {
		margin: 15px;
	}
	
.input-container {
	padding: 0px 28px;
	clear: both;
	margin: 0px 0px 0px 0px;
}

.input-label {
	margin: 10px 0 10px 0;
	padding: 0px 21px;
	font-size: 1.2em;
}

.input {
	display: block;
	width: 100%;
	padding: 7px;
	margin: 0 0 0px -8px;
	font-size: 16px;
	outline-color: #8BC63E;
	border: 1px solid #CCCCCC;
}

.activate-info {
	padding: 20px 21px 10px 21px;
}

.submit-container {
	background-color: #E9E9E9;
	margin: 25px 0 0 0;
	border-top: 1px solid #D0D0D0;
	clear: both;
}

.activate-submit {
	background-color: #8BC63E;
	border: 1px solid #46631F;
	border-radius: 15px;
	padding: 5px 25px;
	float: right;
	font-weight: bold;
	margin: 23px 24px;
	overflow: visible;
	height: 28px;
	line-height: 16px;
	display: block;
	vertical-align: top;
}

.email-resend {
	background-color: #E2E2E2;
	border: 1px solid #6E6E6E;
	border-radius: 15px;
	padding: 5px 25px;
	font-weight: bold;
	margin: 0 21px 25px 21px;
	overflow: visible;
	height: 28px;
	line-height: 16px;
	display: block;
	vertical-align: top;
	float: right;
}

*+ html .email-resend {
	margin-bottom: 0px;	
}

.link-logout {
	float:left;
	padding: 5px 25px;
	margin: 23px 24px;
	display: block;
	border: 1px solid #46631F;
	border-radius: 15px;
	background-color: #8BC63E;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	color: #000;
	text-decoration: none;
}

.reset-error {
	padding: 10px 21px 0 21px;
	color: #FF3333;
}

.caption {
	padding: 20px 21px 3px 21px;
	font-size: 1.4em;
	font-weight: bold;	
}