body, td, tr, table {font-family: Arial, Helvetica, Sans-Serif; font-size: 8pt}

a:link {color: darkblue; font-size: 8pt; text-decoration: none; font-weight: normal}
a:visited {color: darkblue; font-size: 8pt; text-decoration: none; font-weight: normal}
a:hover {color: red; font-size: 8pt; text-decoration: underline; font-weight: normal}
a:active {color: red; font-size: 8pt; text-decoration: underline; font-weight: normal}


/* INPUT, SELECT, TEXTAREA {
	font-family: Arial;
	font-size: 10px;
	color: #585858;
	background-color: #EFEFEF;
}  */

////////////////////

        #login_form {
            position: absolute;
            top: 20px;
            left: 599px;
            width: 245px;
            height: 30px;
            background: url(img/bg_search.gif) no-repeat;
        }
            #login_form .box {
                margin: 2px 6px 0 8px;
                padding: 0;
                width: 200px;
                font-size: .8em;
                font-family: 'Georgia','Times','Times New Roman',serif;
                color: #999;
                border: 0;
                background: none;
            }
            #login_form img {
                margin: 2px 0 0 0;
            }
            #submit_search {
                cursor: hand;
                cursor: pointer;
            }
