/** reset.css by meyer **/
html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}

html, body {
	background: #f5f6f8;
}

#content {
	height: 666px;
	left: 50%;
	margin-left: -325px;
	margin-top: -333px;
	position: absolute;
	top: 50%;
	width: 650px;
}

#content {
	display: none;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
}

#content address {
	margin-top: 20px;
}

#content a {
	color: #003874;
	letter-spacing: 1px;
	text-decoration: none;
}

#content a:hover,
#content a:active {
	color: #53B7E8;
	text-decoration: underline;
}

.address-top .name {
	font-size: 22px;
	color: #003874;
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}

.address-top .user-title {
	text-align: center;
	font-weight: normal;
	color: #53B7E8;
	line-height: 20px;
}

.address-top .email {
	display: block;
	margin: 15px 0 20px;
}

.address-details {
	border-top: 1px dashed #003874 ;
	padding: 20px 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
}

#content .address-details a {
	text-decoration: underline;
}

.address-left {
	float: left;
	width: 50%;
}

.address-right {
	float: right;
	width: 50%;
}