p{
margin-top:0;
margin-bottom:15px;
}
form {
margin-top:5px;
}
label {
width:99px;
}
input[type="text"] {
border:1px solid #000;
width:168px;
}
textarea, input, label, button{
margin-top:15px;
font-family:arial, sans-serif;
}
textarea, input {
padding:2px 5px;
}
textarea {
width:168px;
height: 50px;
border:1px solid #000;
font-size:13px;
}
input[type="submit"] {
background-color:#9AD7DB;
border:medium none;
color:#4d4d4d;
float:right;
height:30px;
width:181px;
font-size:14px;
}
input[type="submit"]:hover {
background-color:#81B4B8;
cursor:pointer;
}
object {
margin-bottom:30px;
display:block;
border:1px solid #4d4d4d;
}
textarea:focus, input[type="text"]:focus{
border:1px solid #9AD7DB;
}
label.error {
text-align:right;
width:292px;
}
#sign-in{
background:#9AD7DB none repeat scroll 0 0;
color:#000000;
padding:5px 0;
}

.sign-out {
margin-top:-30px; margin-bottom:15px; width:700px; text-align:right;text-transform:lowercase
}

.sign-out a {
color:#9AD7DB;
}

#sign-in a {
color: #000;
display: block;
padding: 0 5px;
}

#sign-in a:hover {
color: #FFF;
text-decoration: none;
}
