
html, body {
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    color: #4c4c4c;
    background: #008ab7;
}

h1 {    
    font-size: 0px;
    line-height: 0px;
}

h2 {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top: 40px;
}

p {
    margin-top: 20px;
}

.input-class {
    border: none; 
    background: none;   
    width: 199px;
    height: 28px;
    font-size: 18px;
    border:1px solid #acd7e5;
    color: #4c4c4c;
}
#lay-title {
	position:absolute;
	top:30px;
	left:30px;
}
a:link, a:visited, a:active {
    color: #008ab7;
    font-weight: bold;    
    text-decoration: underline;
}
#lay-abas {
	position:absolute;
	top:71px;
	left:30px;
}
.aba-on {
	float:left;
	margin-right:1px;
}
.aba-off {
	float:left;
	cursor:pointer;
	margin-right:1px;
}
.content-aba {
	position:absolute;
	top:125px;
	left:30px;
	width:440px;
}
a:hover {        
    text-decoration: none;
}

#lay-all {
    background: url('/_resources/media/img/bg-all.gif') center top no-repeat;
    margin: 0;
    padding: 0;
}

#lay-main {
    width: 500px;
    height: 383px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    background: url('/_resources/media/img/bg-main.gif') no-repeat;
}

#lay-form, #lay-form2, #lay-form3 {
    margin-top: 10px;
}

#lay-footer {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    color: #fff;
}