th {
    background-color: #ddd;
}
div.errors{
	color: #d00;
}
.bookmarks{
    text-align: center;
}

a.storyTitle {
    color: #666;
}
a.storyTitle:hover{
    color:#000;    
}

.story,.comment {
    margin: 1em 0 1em 0;
}
.commentTitle{
    border:1px solid #ddd;
    background-color: #f9f9f9;
}
.commentTitle .cTitle{
    font-weight: bolder;
}
.commentTitle .commentMeta{
    font-style:italic;
}

.comment p{
	margin: .5em 0 .5em 2em;
}

.message {
    width: 80%;
    margin: auto;
    border: 1px solid #72c114;
    background-color: #FDFDF0;
    color: #333;
    text-align: center;
    padding: 4px;
}

#topSearchForm {
    width: 250px;
    float: right;
}

.paginateButtons,.paging {
    text-align: center;
}

.paginateButtons a,.paging a {
    margin: .5em;
}

input.field, input[type='text'],input[type='password'],textarea {
    border: 1px solid #bbb;
    width: 100%;
}

.date {
    clear: left;
}

input[type='button'],input[type='submit'] {
    cursor: pointer;
    border: 1px solid #333;
    margin: auto;
}

.buttons {
    width: 100%;
    text-align: center;
    margin: auto;
}

.dialog {
    width: 530px;
}

.dialog table {
    width: 525px;
}

fieldset {
    border: 1px dotted #ccc;
}

.centered {
    text-align: center;
    margin: auto;
}

