html {
	background: url('../../images/main-bg.png') repeat;
}
body {
	background: url("../../images/grp_logo.png") transparent no-repeat;
	margin: -5px 0 0 -5px;

}
select,input {
	width: 110px;
	vertical-align: middle
}
#convert_cable, #convert_section {
	margin-top: 25px;
}
#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;
	font-size: 20px;
	line-height: 40px;
}
#container {
	margin: auto 0;
	text-align: center;
	margin-top: 100px;
	width: 100%;
}
#label_container div {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	height: 100px;
	background: url("../images/bg.png") repeat;
	padding: 10px;
	border: 1px solid #000;
	margin-bottom: 5px;
}
#extract_date_image {
	position: relative;
	top: 5px;
}
#submit_container {
	margin: auto 0;
	margin-top: 25px;
	text-align: center;
	width: 100%;
}
#toprow div {
	display: inline-block;
	margin-bottom: 5px;
}
.readonly {
	color: #000;
}
.error {
	color: #dd0000;
}
@media screen and (max-width: 800px) {
#header_label {
	position: relative;
	top: 90px;
}
}