@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}


@font-face {
	font-family: 'FontinSansBold';
	src: url('../../media/fontin_sans_b_45b-webfont.eot');
	src: local('☺'), url('../../media/fontin_sans_b_45b-webfont.woff') format('woff'), url('../../media/fontin_sans_b_45b-webfont.ttf') format('truetype'), url('../../media/fontin_sans_b_45b-webfont.svg#webfontAK5qi2IS') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Global Rules */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.hr{
	border:none; 
	border-bottom:1px solid #f0f0f0; 
	border-top:1px solid #d6d6d6; 
	clear:both; 
	height:0; 
	line-height:0;
	width:100%; 
	font-size:0; 
	padding:0;
	margin-top:20px;
	margin-bottom :20px;
}
h1 {
	font-family: 'FontinSansBold', Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	letter-spacing: -1px;
}
a {
	text-decoration: none;
}


/* Buttons */

.button, .button:visited {
	display:inline-block;
	padding:5px 10px 6px;
	color:#fff;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	border-bottom:1px solid rgba(0,0,0,0.25);
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	line-height:1;
	border:0;
	background-color: #ea8c1c;
}
.button:hover {
	background-color:#D67F1B;
	color:#fff;
	text-decoration:none;
}
.button:active {
	top:1px;
}



/* Main Message */

#container {
	margin-top: 120px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 600px;
	border: 1px solid #CCCCCC;
	-moz-border-radius:12px;
	-webkit-border-radius:8px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	
	background-image:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(248,248,248)),
		color-stop(1, rgb(255,255,255))
	);

	background-image:-moz-linear-gradient(
		center bottom,
		rgb(248,248,248) 0%,
		rgb(255,255,255) 100%
	);
	
}

#message {
	width: 600px;
	position: relative;
}
#leftcol {
	float: left;
	width: 140px;
	margin-top: 65px;
}
#rightcol {
	float: left;
	width: 430px;
}
#rightcol ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
#rightcol li {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #666666;
	font-size: 12px;
}
#rightcol a {
	color: #666666;
}
#rightcol li a:hover {
	color: #333333;
	text-decoration: underline;
}

