/*===================================================================*/
/*============================ CLEAR ================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
ol, ul, li { border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
ul { list-style: disc; }
ol {list-style: decimal; }
strong { font-weight: bold; }
em { font-style: italic; }
.clear { clear: both; }
.error_message, .info_message, .indicator_message { padding: 15px 10px; margin: 20px; }
.error_message { background: #F4CACA; border: 2px solid #CC0000; color: #CC0000; }
.info_message { background: #CAF4CA; border: 2px solid #090; color: #090; }
.indicator_message { background: #F4F4F4; border: 2px solid #999; color: #999; }
.error_message ul, .info_message ul, .indicator_message ul { list-style: none; }
.hidden { display: none; }
/*===================================================================*/
/*============================ GLOBAL ===============================*/
body {
	text-align: center;
	background: url('../images/design/body_bg.png') #fcb821;
	padding-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4d4d4d;
}
.container {
	text-align: left;
	width: 500px;
	margin: 150px auto 0;
	background: #FFF;
	border: 1px solid #999;
	overflow: hidden;
}
.container h1 {
	color: #FFF;
	height: 30px;
	line-height: 30px;
	background: #001245;
	border-bottom: 1px solid #999;
	padding: 0 20px;
}
.container .content { padding: 20px 20px 10px; }
.content h2 { font-size: 17px; margin-bottom: 15px; color: #001245; }
.content p { line-height: 20px; margin-bottom: 10px; }
.content p.error { font-weight: bold; }
.container a { color: #001245; }
.container a:hover { color: #fcb821; }
.copyright { text-align: center; font-size: 11px; line-height: 20px; color: #999; }
.copyright a { color: #999; text-decoration: none; }
.copyright a:hover { color: #fcb821; text-decoration: underline; }