/* CSS Document */
body,td,th {
    font-family: Ubuntu, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}
body {
    background-color: #FFFFFF;
	background-image:  url('../imgs/001.jpg');
	background-position: center;
	background-size: 100% 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#top {
	background-image:  url('../imgs/lrtliner.png');
	background-position: center;
	border-top: 2px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-style: solid;
	border-color: #000000;
	color: #F8F8F8;
	font-size: 11px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	padding: 0;
	vertical-align: middle;
	width: 100%;
}
#top a, a:link, #top a:visited, #top a:hover, #top a:active {
    font-family: Verdana, Geneva, sans-serif;
	color: #F8F8F8 !important;
	font-size: 10px;
	font-weight: bold;
}
#bottom {
	background-image:  url('../imgs/lrtliner.png');
	background-position: center;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 2px;
	border-style: solid;
	border-color: #000000;
	color: #F8F8F8;
	font-size: 11px;
	height: 80px;
	line-height: 80px;
	margin: 0;
	text-align: center;
	padding: 0;
	vertical-align: middle;
	width: 100%;
}
#bottom a, a:link, #bottom a:visited, #bottom a:hover, #bottom a:active {
    font-family: Verdana, Geneva, sans-serif;
	color: #F8F8F8 !important;
	font-size: 10px;
	font-weight: bold;
}
img.logo {
	border: 0;
	height: 228px;
	margin: 0;
	padding: 0;
	width: 480px;
}
table.mainEO {
    border: 0;
    border-collapse: 0;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    width: 750px;
}
table.mainEO td {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
table.mainEO td.center {
    width: 50%;
}
table.mainEO td.ruler {
    font-size: 1px;
    height: 14px;
}
table.mainEO em {
    color: #FF0000;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
}
select {
    background-color: #FFFFFF;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #999999;
    border-radius: 6px;
    font-size: 17px;
    padding: 14px;
}
textarea.message {
    background-color: #FFFFFF;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #666666;
    border-radius: 6px;
    font-size: 17px;
    padding: 15px;
    height: 295px;
    width: 675px;
}
input[type="button"] {
    background-color: transparent !important;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-style: solid;
    border-color: #999999;
    border-radius: 0px;
	color: #CC0000;
	cursor: pointer;
    font-size: 16px;
	font-weight: bold;
	height: 22px;
    padding: 2px;
	vertical-align: top;
}
input:not([type]), input[type="text"], input[type="email"], input[type="phone"] {
    background-color: #FFFFFF;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #999999;
    border-radius: 4px;
    font-size: 17px;
    padding: 15px;
}
input[type="email"], input[type="phone"] {
    cursor: pointer;
}
select.lqs {
    width: 200px;
}
input.lqs {
    width: 200px;
}
input.shr {
    width: 300px;
}
select.shr {
    width: 332px;
}
input.lng {
    width: 675px;
}
select.lng {
    width: 717px;
}
input[type="radio"] {
    height: 16px;
    width: 16px;
	cursor: pointer;
}
label.point {
    cursor: pointer;
    display: inline-table;
    font-size: 14px;
    line-height: 25px;
    padding-left: 8px;
    vertical-align: top;
    width: 150px;
}
input[type="button"].next, input[type="submit"].next {
    margin: 0;
    padding: 0;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    border-radius: 7px;
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    width: 250px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
input[type="reset"].next {
    margin: 0;
    padding: 0;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    border-radius: 7px;
    background-color: #6C0000;
    color: #FFFFFF;
    text-align: center;
    width: 250px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}