.aap_newline {
clear:both;
padding:2px;
border-bottom:1px dotted #ccc;
overflow:hidden;
}

.aap_newline label {
width:200px;
float:left;
padding:6px 0 4px 0;
display:block;
}

.aap_newline em {
    display:block;
    font-size:70%;
    margin:10px 0 0 0;
}

.aap_newline input {
margin-top:2px;
width:300px;
}

.aap_newline select {
    width:304px;
    padding:1px;
}

.aap_button {
width:120px;
margin:10px 315px 0 315px;
border:none;
height:24px;
color:#fff;
background:url(../images/formbutton.png) top left no-repeat;
cursor:pointer;
}

#aap_powered {
    text-align:center;
}

.aap_stats {
    border:1px solid #222;
    border-collapse:collapse;
    margin:10px 0;
    width:720px;
}

.aap_stats tr th {
    text-align:left;
    border:1px solid #222;
    padding:5px 10px;
    background:#222;
    color:#fff;

}

.aap_stats tr:hover {
    background: #FFFFFF;
}

.aap_stats tr td {
    border:1px solid #222;
    padding:5px 10px;
}

#col2 {
    float:left;
    width:730px;
    margin:10px 0;
}

#col2 .box {
    background:#eaeaea url(../images/largebox.png) bottom left no-repeat;
}

#col2 .box h2 {
    background:#394E70 url(../images/largeboxhead.png) top left no-repeat;
}

#content #aap_logout, #content #aap_home, #content #aap_main, #content a.aap_button {
    width:120px;
    display:block;
    margin:-3px -3px 0 5px;
    border:none;
    height:20px;
    padding:4px 0 0 0;
    text-align:center;
    color:#fff;
    text-decoration:none;
    background:url(../images/formbutton2.png) top left no-repeat;
    float:right;
}

#content a.aap_button {
    float:left;
    margin-bottom:10px;
}

#content #aap_logout:hover, #content #aap_home:hover, #content #aap_main:hover, #content a.aap_button:hover {
    background:url(../images/formbutton2.png) bottom left no-repeat;
    color:#fff;
}



#aap_float_left table tr td, #aap_float_left table tr th {
    text-align:left;
    padding:3px;
}

#aap_float_left {
    float:left;
    width:350px;
}

#aap_float_right {
    float:right;
    width:350px;
}

#aap_float_right .aap_button {
margin:10px 120px;
}

#aap_float_right .aap_newline input {
    width:100px;
}