body {
	background:#385165;
	padding:0;
	margin:0;
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	color:#3d3d3d;
}

form {
	margin:0;
	padding:0;
}

p {
	margin-top:2em;
}

a {
	color:#5b63ff;
	text-decoration:none;
}

ul {
	margin-top:0;
	padding-top:0;
	list-style-type:square;
}

li span {
	display:inline-block;
	width:90px;
}

a:hover {
	text-decoration:underline;
	color:#7882ff;
}

a.hiddenLnk {
	color:#3d3d3d;
}

a img { border:0 }

h1 {
	font-size:24px;
	color:#757575;
	font-weight:normal;
	padding:0;
	margin:10px 0 0 0;
}

#defaultPageBox {
	background:white;
	margin:2.5em auto;
	width:80%;
	max-width:1200px;
	min-width:600px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
  -moz-box-shadow: 0px 0px 16px #2273846;
  -webkit-box-shadow: 0px 0px 16px #273846;
  box-shadow: 0px 0px 16px #273846;	
}

#defaultPageBox .body {
	padding:30px 10% 30px 50px;
	line-height:150%;
}

#defaultPageBox .header, #defaultPageBox .footer {
	background:#f3f3f3;
	padding:30px 0;
}

#defaultPageBox .header {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#defaultPageBox .header a {
	display:block;
	width:224px;
	height:42px;
	background:url(img/xmission.gif) left top;
	margin:0 auto;
	text-decoration:none;
}

#defaultPageBox .header a:hover, #defaultPageBox .footer a:hover {
	background-position: left bottom;
}

#defaultPageBox .footer {
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#defaultPageBox .footer a {
	display:block;
	width:130px;
	height:48px;
	background:url(img/xm-logo.gif) left top;
	margin:0 auto;
	text-decoration:none;
}