/*
Replaces
div.alternate-heading h2 {}
in oakwood css.
Putting an extra div outside the module
to change the heading
is not feasible since the the standard module
is flexible and allows for other content 
were you might not want to have an extra div.


h2.heading-inside-module
{
background:transparent none repeat scroll 0 0 !important;
font-size:1.8em;
letter-spacing:-0.025em;
margin:0 0 10px;
padding:0;
text-transform:none;
}*/

/* Comment form

div.comments div.form textarea.field {
width: 389px;
}

div.comments div.form label {
font-size: 1.2em;
display: block;
}

div.comments div.form div.row {
margin: 0 0 10px;
}

div.comments div.form div.buttons {
text-align: right;
}

div.comments div.form div.row-column {
float: left;
width: 50%;
}

div.comments div.form div.row-column input.field {
width: 180px;
}

*/


div.comments div.form {
padding: 0 0 20px;
border-bottom: 1px solid rgb(178, 176, 175);
}

div.comments div.form input.field,
div.comments div.form textarea.field {
border: 1px inset #909090;
padding: 4px;
}

div.comments div.form textarea.field {
width: 418px;
}

div.comments div.form input.submit {
background: #f3f3f3;
}

div.comments div.form label {
font-size: 1.2em;
display: block;
}

div.comments div.form div.row {
margin: 0 0 10px;
}

div.comments div.form div.buttons {
text-align: right;
}

div.comments div.form div.row-column {
float: left;
width: 50%;
}

div.comments div.form div.row-column input.field {
width: 180px;
}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
