/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5em;}
h1,h2,h3,h4,h5{font-weight:bold;}
table { }
caption, th, td {text-align:left;font-weight:normal;}
table,tbody, td, th {vertical-align:middle;border: solid 1px #ccc; text-align:center;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
li{list-style:none;}
a img{border:none;}
a:link{color:#333;}
a:visited{color:#333;}
a:active,a:hover{color:#8E0402;}
a.white{color:#fff;text-decoration:none;}
a.white:link{color:#fff;}
a.white:visited{color:#fff;}
a.white:hover{color:#fff;text-decoration:underline;}
p{text-align:justify;text-justify:inter-ideograph; text-indent:2em;}
img{ display:block;}
input{padding:0;margin:0;}

/* typography.css */
body {font-size:12px;color:#222;background:#fff;font-family:"ËÎÌå", Arial, Helvetica, sans-serif;background-color:#eaeaea;}

/* grid.css */
.container {width:960px;margin:0 auto;background-color:#fff;padding:0 10px 10px 10px;}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:0 1.4em 1em 1.4em;margin:0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em;}
fieldset, #IE8#HACK {padding-top:1.4em;}
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;color:#000;}
input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus {border-color:#666;}
select {background-color:#fff;border-width:1px;border-style:solid;}

input.text, input.title {width:250px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:500px;height:150px;_height:40px;padding:5px;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}
	
	