/* Start of CMSMS style sheet 'Module: comments' */
/*
--- COMMENTS
*/

#comments
{
overflow: hidden;
line-height: 1.6em;
}

#comments form
{
display: block;
}

#comments blockquote
{
border-bottom: dashed 1px #DDD;
margin: 1px 1em -1px 1em;
padding: 1em;
max-width: 617px;
background: #D9D8C7;
}

/* Comments form */

#contactform
{
width: 460px;
}


#contactform * { line-height: 1.6em; }


#contactform form
{

}

#contactform fieldset
{
padding: 0.5em 1em;
margin: 0.2em 1em 0.2em 0;
background: #FFF;
border: none;
}

#contactform fieldset legend
{
color: #AE1A22;
font-weight: bold;
font-size: 1.2em;
}

#contactform fieldset label
{
display: block;
float: left;
clear: left;
width: 70px;
}

#contactform input,
#contactform textarea
{
border: solid 1px #AE1A22;
}

#contactform textarea
{
width: 310px;
height: 97px;
}

#contactform input
{
width: 240px;
}

#contactform .buttons {margin-left: 70px; overflow: hidden;}
#contactform .buttons input
{
display: block;
width: 70px;
text-align: center;
background: #D9D8C7;
color: #444;
font-weight: bold;
border: double 3px #CCC;
border-color: #DDD #AAA #AAA #DDD;
cursor: pointer;
margin: 0.5em 10px 0 0;
float: left;
}

#comments .even
{
background-color: #FFF;
}
/* End of 'Module: comments' */

