/* ----- headings ----- */
#main {
width: 650px;
}

.dateline {
width: 650px;
border: 1px solid #ccc;
font-size: 90%;
color: #666;
padding: 0;
padding: 3px;
margin: 75px auto;
text-align: left;
}

.date_created, .date_modified {
padding: 0;
margin: 0;
text-align: center;
width: 50%;
}

.date_created {
float: left;
}

.date_modified {
float: right;
}

p.remote_button {
margin: 40px auto;
text-align: center;
}

p.remote_button a, p.remote_button a:link, p.remote_button a:hover, p.remote_button a:active, p.remote_button a:visited {
border: 1px solid #ccc;
border-left: 1px solid #333;
border-bottom: 1px solid #333;
padding: 15px 50px;
background: #befe72;
font-size: 125%;
font-weight: bold;
color: black;
text-decoration: none;
}

p.remote_button a:hover {
background: #e0fdac;
}

form#remote_form {
margin: 25px auto;
width: 450px;
color: #000;
}


#remote_pin_login {
margin: 25px auto;
padding: 15px;
border: 1px solid #ccc;
background: #ffc;
}