html {
	background: url('../../images/main-bg.png') repeat;
}
body {
	background: url("../../images/grp_logo.png") transparent no-repeat;
	margin: 0;
}
select {
    width: 100px;
}
.ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}
#submit {
    position: relative;
    width:auto;
    padding: 10px;
    border-radius: 5px;
    background-color: #FFF;
    text-align: center;
    border: 1px solid #000;
}
#submit:hover {
    cursor:crosshair;
    background-color: green;
    color: #FFF;
}
#header_label {
    margin: auto 0;
    text-align: center;
    font-weight: bold;
    width: 850px;
}
#container {
    margin: auto 0;
    text-align: center;
    margin-top: 100px;
    width: 100%;
}
#label_container div {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 50px;
    background: url('../../images/bg.png') repeat;
    padding: 10px;
    border: 1px solid #000;
    margin-bottom: 5px;
}
#label_container input {
	width: 80%;
}
#extract_date {
    margin-top: 20px;
    text-align: center;
}
#submit_container {
    margin: auto 0;
    text-align: center;
    width: 100%;
}
#toprow div {
    display: inline-block;
    margin-bottom: 5px;
}
.readonly {
    color: #000;
}
.ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}
table.hovertable {
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	color:#333333;
	border-width: 1px;
	border-color: #555;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
	width: 60%;
}
table.hovertable th {
	background-color:#599640;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #555;
}
table.hovertable tr {
	background-color:#f3f3f3;
}
table.hovertable tr:hover {
	background-color:#ffffb5;
}
table.hovertable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #555;
	width: 20%;
}
@media screen and(max-width: 550px) {
    #header_label {
        position: relative;
        top: 90px;
        left: -220px;
    }
}