* {
    padding: 0px;
    margin: 0px;
}

html, body {
    height: 100%;
    width: 100%;
    font: 14px Verdana, Tahoma, Arial, sans-serif;
    background: #ffffff url("../images/background_body.png") repeat-x;
}

a {
    text-decoration: none;
}

a:active {
    outline: 0px;
}

h1 {
    font: bold 30px 'Myriad Pro', Helvetica, Trebuchet MS;
    letter-spacing: -2px;
    color: #ffffff;
    text-shadow: #326996 1px 1px 0px;
    padding: 18px 0px 10px 0px;
}

h1 img {
    vertical-align: middle;
    margin: -6px 3px 0px 0px;
}

*+html h1 img {
    position: relative;
    top: 4px;
}

* html h1 img {
    position: relative;
    top: 6px;
}

#wrapper {
    width: 760px;
    margin: 0px auto;
}

#shoutbox_box_wrapper {
    background-color: #ffffff;
    color: #505050;
    border: 1px solid #f0f0f0;
    -moz-box-shadow: #e4e4e4 0px 0px 4px 0px;
    -webkit-box-shadow: #e4e4e4 0px 0px 4px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    -khtml-border-radius-bottomright: 9px;
    -khtml-border-radius-bottomleft: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    padding: 8px;
    height: 306px;
}

#shoutbox_box {
    background-color: #fbfbfb;
    border: 1px solid #dadada;
    height: 250px;
    margin-bottom: 5px;
    overflow: auto;
}

#shoutbox_box a {
    color: #777777;
    border-bottom: 1px dotted #777777;
}

#shoutbox_box a:hover {
    color: #333333;
    border-bottom: 1px solid #333333;
}

#shoutbox_box div {
    line-height: 17px;
    font-size: 12px;
    padding: 0px 3px;
    background-color: #fbfbfb;
}

#shoutbox_box div.odd {
    background-color: #f4f4f4;
}

#shoutbox_box div.bot {
    font-style: italic;
}

#shoutbox_box div.bot span.time {
    font-style: normal;
}

#shoutbox_box div.bot span.name {
    color: #468CBE;
}

#shoutbox_box span.time {
    font-size: 10px;
}

#shoutbox_box span.name {
    font-weight: bold;
}

#shoutbox_box span.message {
    font-size: 12px;
}

#shoutbox_box span.message img {
    margin-bottom: -4px;
}

#shoutbox_box_inner {
    opacity: 0;
}

#shoutbox_loader {
    display: none;
    margin-top: 138px;
}

#shoutbox_enter_name {
    margin-top: 106px;
}

#shoutbox_name {
    color: #444444;
    background: #fdfdfd url('../images/background_text.png') repeat-x;
    border: 1px solid #dadada;
    vertical-align: middle;
    text-align: center;
    padding: 5px 2px;
    margin-top: 6px;
    font-size: 18px;
    width: 260px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-bottom: 7px;
}

#shoutbox_name_submit {
    color: #ffffff;
    background: transparent url('../images/background_name_submit.png') repeat-x;
    border: 1px solid #30608c;
    text-align: center;
    padding: 2px 0px;
    margin-top: 8px;
    width: 264px;
    font: bold 15px Arial, sans-serif;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-bottom: 7px;
}

* html #shoutbox_name {
    background: #fdfdfd;
}

#shoutbox_name:hover, #shoutbox_name:focus {
    border: 1px solid #c3c3c3;
    background-color: #ffffff;
}

#shoutbox_message {
    color: #444444;
    background: #fdfdfd url('../images/background_text.png') repeat-x;
    border: 1px solid #dadada;
    vertical-align: middle;
    padding: 3px 4px;
    width: 657px;
    height: 41px;
    -moz-border-radius-bottomleft: 9px;
    -khtml-border-radius-bottomleft: 9px;
    -webkit-border-bottom-left-radius: 9px;
}

* html #shoutbox_message {
    background: #fdfdfd;
}

#shoutbox_message:hover, #shoutbox_message:focus {
    border: 1px solid #c3c3c3;
    background-color: #ffffff;
}

#shoutbox_submit {
    border: 1px solid #dadada;
    color: #555555;
    background: #ffffff url('../images/background_submit.png') repeat-x;
    width: 70px;
    height: 49px;
    font: bold 13px Verdana, Arial, sans-serif;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius-bottomright: 9px;
    -khtml-border-radius-bottomright: 9px;
    -webkit-border-bottom-right-radius: 9px;
}

#shoutbox_submit:hover, #shoutbox_submit:focus {
    border: 1px solid #cccccc;
    color: #888888;
}

#shoutbox_message.rounded {
    -moz-border-radius-bottomleft: 9px;
    -khtml-border-radius-bottomleft: 9px;
    -webkit-border-bottom-left-radius: 9px;
}

#shoutbox_message_counter {
    position: absolute;
    width: 220px;
    text-align: right;
    font: bold 32px Verdana, Arial, sans-serif;
    opacity: 0.07;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=07)";
	filter: alpha(opacity=07);
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: ignore;
    clip: rect(0px 217px 27px 0px);
}
