* {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
a {
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.ext {
	padding-right:12px;
	background-image: url(http://www.xprogress.com/assets/black/img/ext.png);
	background-position: right top;
	background-repeat: no-repeat;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-image: url(../img/bcg.gif);
	background-repeat: repeat;
}
body {
	background-image: url(../img/bcg-top.png);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width:806px;
	margin-left:40px;
}
#header {
	background-image: url(../img/bcg-top-carrier.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:20px;
}
#header a {
	display:block;
}
#header h2 {
}
#header h2 a {
	width:129px;
	height:43px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:auto;
	margin-right:auto;
}
#header div#logo {
	position:absolute;
	top:35px;
	left:15px;
	z-index:666;
}
#header div#logo a {
	width:176px;
	height:144px;
	background-image: url(../img/logo-img.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header a span {
	display:none;
}
#page {
	margin-top:25px;
	margin-bottom:25px;
	width:806px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-color:#FFFFFF;
}
#page div#menu {
	margin-top:110px;
	margin-left:25px;
	margin-bottom:35px;
	float:left;
	width:180px;
}
#page div#menu ul {
}
#page div#menu ul li {
	margin-bottom:6px;
}
#page div#menu ul li a {
	display:block;
	height:35px;
	line-height:35px;
	padding-left:12px;
	text-decoration:none;
	background-color:#F3F3F3;
}
#page div#menu ul li a:hover {
	background-color:#CCCCCC;
}
#page div#menu ul li a.active {
	background-color:#999999;
}
#page h1 {
	font-size:180%;
	padding-top:25px;
	margin-left:25px;
	margin-bottom:25px;
	margin-right:25px;
}
#page div.content {
	width:575px;
	float:right;
	margin-bottom:35px;
}
#page div.content .errors {
	padding-top:15px;
}
#page div.content h3 {
	margin-bottom:15px;
	margin-right:25px;
}
#page div.content ul {
	margin-bottom:15px;
	margin-right:25px;
}
#page div.content ul li {
	list-style:circle;
	list-style-position:inside;
}
#page div.content p {
	text-align:justify;
	margin-bottom:15px;
	margin-right:25px;
}
#page div.content p.image {
	text-align:center;
	padding:25px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border:solid 1px #CCCCCC;
}
#page div.content p.image img {
	margin-bottom:6px;
}
#page div.content p.image small {
	display:block;
	font-style:italic;
	font-size:12px;
	color:#666666;
}
#footer {
	background-image: url(../img/bcg-footer.png);
	background-repeat: repeat-x;
	background-position: top;
}
#footer div.wrapper {
	width:806px;
	height:44px;
	margin-left:40px;
	color:#FFF;
	font-size:11px;
}
#footer div.wrapper p {
	margin-top:16px;
	display:inline;
}
#footer div.wrapper p.left {
	float:left;
}
#footer div.wrapper p.right {
	float:right;
}
#footer div.wrapper p a {
	text-decoration:none;
	color:#FFF;
}
#footer div.wrapper p a:hover {
	text-decoration:underline;
}


/* FFOTER FIX */
html, body {
	height: 100%;
}
#footer, .push {
	height:44px;
}
.fholder {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -44px;
}


/* FORMS */
form p {
}
form fieldset {
	border:none;
	margin-bottom:22px;
}
input, textarea, select, button {
	border:2px solid #cccccc;
	background:#ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:0.1em 0.3em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666666;
	font-size:100%;
	margin-bottom:3px;
}
input.placeholder, textarea.placeholder {
	color:#CCCCCC;
}
button[type="reset"] {
	float:left;
}
button {
}
button[type="reset"] {
	float:left;
}
button[type="submit"] {
	float:right;
	margin-left:12px;
	font-weight:bold;
	font-size:135%;
	color:#000000;
}
label {
	display:block;
	float:left;
	margin-top:0.2em;
	width:250px;
	margin-right:12px;
}
form p.captcha {
	display:table;
	width:733px;
}
form p.captcha span {
	display:block;
	width:466px;
	height:102px;
	float:right;
	background-image: url(http://www.xprogress.com/assets/black/img/bcg-captcha.png);
	background-repeat: no-repeat;
	background-position: left top;
}
form p.captcha span img {
	margin-top:9px;
	margin-left:16px;
	margin-bottom:11px;
}
form p.captcha span input {
	width:112px;
	border:none;
	margin-left:12px;
}
.mandatory {
	background-image: url(http://www.xprogress.com/assets/black/img/mandatory.png);
	background-position: right top;
	background-repeat: no-repeat;
}




