#photo {
    text-align: left;
    width: 540px;
    color: #ccc;
}
#sidebar {
    width: 270px;
}
.hd { margin: 60px 0 0 0; }
.record {
    margin: 0 0 40px 0;
    padding: 10px;
    background: #0c0c0c;
}
.record .post {
    background: #000;
}
.gdate {
    font-weight: normal;
    font-size: 11px;
    text-align: right;
    color: #555;
}
.aname {
    font-size: 11px;
    color: #000;
    font-weight: bold;
}
.atext {
    font-size: 11px;
    color: #000;
    font-weight: normal;
}
.gname {
    font-size: 11px;
    color: #ebc205;
    font-weight: bold;
    margin: 12px 0 3px 0;
}
.error {
	width: 250px;
	color: black;
	background: #EBC205;
	padding: 10px;
}

form,input {
    margin: 0; padding: 0;
}
.field {
	width: 150px;
    padding: 2px;
    font-size: 11px;
	font-family: Tahoma;
}
.btn {
	background: #EBC205;
	border: 1px solid #EBC205;
    margin: 10px 0;
	width: 100px;
	font-size: 100%;
	font-family: Tahoma;
}