/* GLOBAL CSS */
#header-links {
	float: right;
	color: #FFF;
	font: bold 13pt 'Myriad Pro', Helvetica, Arial, Verdana;
	margin-top: 30px;
	padding: 0;
}
#header-links li {
	display: inline;
	padding: 0 0 0 15px;
	margin: 0;
}
#header-links li a {
	color: #FFF;
	text-decoration: none;
}
#header-links li a:hover {
	color: #2199CC;
	text-decoration: none;
}
#header-links li.here a {
	color: #2199CC;
	text-decoration: none;
}
#header-links li.here a:hover {
	color: #2199CC;
	text-decoration: underline;
}
input[type="text"], .input-text {
	font-family: 'Segoe UI', 'Myriad Pro', Helvetica, Arial, Verdana;
	width: 300px;
	border: 1px solid #E4E2D2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type="text"]:focus, .input-text:focus {
	border-color: #2199CC;
}
input[type="submit"], .input-submit {
	background-color: #FBFAF2;
	border: 1px solid #E4E2D2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type="submit"]:active, .input-submit:active {
	border-color: #2199CC;
}
textarea {
	font-family: 'Segoe UI', 'Myriad Pro', Helvetica, Arial, Verdana;
	font-size: 10pt;
	border: 1px solid #E4E2D2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
textarea:focus {
	border-color: #2199CC;
}
.form-outline {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #FBFAF2;
	border: 1px solid #E4E2D2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#footer {
	width: 608px;
}
.footer-links {
	color: #2199CC;
	font: 10pt 'Myriad Pro', Helvetica, Arial, Verdana;
	margin-top: 30px;
	padding: 0;
}
.footer-links li {
	display: inline;
	padding: 0 20px 0 0;
	margin: 0;
}
.footer-links li a {
	color: #2199CC;
	text-decoration: none;
}
.footer-links li a:hover {
	color: #2199CC;
	text-decoration: underline;
}
#copyright {
	font: 10pt 'Myriad Pro', Helvetica, Arial, Verdana;
	color: #5C5858;
}
#copyright span {
	display: block;
}
#copyright a {
	color: #5C5858;
	text-decoration: none;
}
#copyright a:hover {
	color: #5C5858;
	text-decoration: underline;
}
#confirmation-box {
	position: absolute;
	top: 170px;
	left: 190px;
	margin: 0;
	padding: 40px;
	width: 480px;
	height: 170px;
	background-color: #000;
	border: 5px solid #C2C2C2;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#close {
	position: absolute;
	top: -20px;
	left: -20px;
	cursor: pointer;
}