html { margin: 0; padding: 0; }

body { font-size: 12px; font-family: arial, sans-serif; border: 0; margin: 0; padding: 0; color: #444; background: #eee url(/images/bg.gif) center repeat-y; line-height: 1.3em; }

a { color: #333; outline: none; }
a:hover { color: #fc0008; }
img { border: 0; }
th, td { vertical-align: top; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.hide { display: none; }

input[type=text] { width: 90%; }
.textfrom { font-size: 13px; padding: 2px; background: #ffffff; color: #555; border: 1px solid #9fb3bd; }
input.textfrom:focus, textarea.textfrom:focus { border: 1px solid #00abf9; }

/* box model fixer */
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {height:1px;}

#wrap { background: #fff;  padding: 0; margin:0 auto 0 auto; width: 785px; clear: both; text-align: left; }

#header { height: 70px; background: #6fc680 url(/images/header-bg.jpg) no-repeat; }
#header .logo img { width: 220px; height: 60px; }

#footer { text-align: center; font-size: 11px; padding: 10px 0; background: #212121; color: #c4c4c4; border-top: 1px solid #a4a4a4; border-bottom: 1px solid #a4a4a4; }
#footer a { color: #c4c4c4; }

#menu { height: 28px; background: #f1f0f0 url(/images/menu-bg.gif) repeat-x; border-bottom: 1px solid #ddd; list-style: none; margin: 0; padding: 0; }
#menu li { float: left; font-weight:bold; font-size: 13px; width: 100px; height: 24px; padding-top: 3px; margin-left: 5px; margin-top: 7px; text-align: center; background: url(/images/btn-tab.gif) no-repeat; }
#menu li a { text-decoration: none; }
#menu li a:hover { color: #fff;; }
#menu li.on { margin-top: 5px; background: url(/images/btn-tab_on.gif) no-repeat; }
#menu li.on a, #menu li.on a:hover { color: #000; }
#menu li.last { float: right; padding: 0; margin: 3px 25px 0 0; background: transparent; }

#container { padding-top: 8px; }

.alerts { padding: 0 8px; }
.alerts ul { border: 1px solid; list-style: none; margin-bottom: 10px; padding: 5px; font-size: 13px; font-weight: bold; color: #222; }
.alerts li { margin: 2px; padding: 2px 2px 2px 20px; }
.alerts .error { background-color: #ffebe8; border-color: #dd3c10; }
.alerts .error li { background: url(/images/error.png) no-repeat left; }
.alerts .error .type { color: #dd3c10; }
.alerts .confirm { background-color: #e6fff3; border-color: #AAD1B6;}
.alerts .confirm li { background: url(/images/tick.png) no-repeat left; }
.alerts .confirm .type { color: #328562; }
.alerts .notice { background-color: #e6f2ff; border-color: #97adc3; }
.alerts .notice li { background: url(/images/information.png) no-repeat left; }
.alerts .notice .type { color: #2f68a9; }
.alerts a { font-weight: bold; text-decoration: underline; }

.box { padding: 8px; }
.box .top { padding:0 0 0 10px; font-size:1.3em; font-weight:bold; background: url(/images/title-left.gif) left no-repeat; height:40px; }
.box .top .contents { background: url(/images/title-right.gif) right no-repeat; height:40px; }
.box .top .title { padding: 9px 0 0 10px; background: url(/images/marker.gif) left 12px no-repeat; }
.box .body { border-left: 1px solid #ccc; border-right: 1px solid #ccc; padding: 0 12px 10px 12px; }
.box p { margin: 0 10px 10px 10px; }
.box .tail { padding:0 0 0 10px; background: url(/images/tail-left.gif) left no-repeat; height:15px; }
.box .tail .contents { background: url(/images/tail-right.gif) right no-repeat; height: 15px; }

.no-top { padding-top: 0; }

ul.items  { list-style: none; margin: 0; padding: 0; }
.items li { background: url(/images/red_arrow_box.gif) left 4px no-repeat; padding-left: 15px; margin-bottom: 10px; }


input.error { border: 1px dotted red; }
label.error { color: #ee0000; margin: 0; }