/* CSS Document */

body { margin: 0px; padding: 0px; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
form { display: inline; }
img { border: none; }

#page { margin: 0px auto; text-align: left; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.hspace5 { height: 5px; }
.hspace20 { height: 20px; clear: both; }
.img_left { float: left; margin-right: 10px; margin-bottom: 10px; }
.alert { padding: 5px 5px; margin: 0px 0px 5px 0px; color: #FFFFFF; background: url(../common/img/alert.png) no-repeat #FF0000 5px center; text-indent: 18px; }
.message { padding: 5px 5px; margin: 0px 0px 5px 0px; color: #0099FF; text-indent: 18px; background-color: #CCFF66; background-image: url(../common/img/information.png); background-repeat: no-repeat; background-position: 5px center; }