/*comments*/

#commentDisplay
{
float:left; 
width:500px; 
background-color:#FFFFFF; 
text-align:left;
color:#000000;
font-family:Arial;
font-size:12px;
margin-top:15px;
padding:5px 5px 5px 5px;
}
.commentAuthorLink, .commentAuthorLink:link, .commentAuthorLink:active, .commentAuthorLink:visited
{
color:#000000;
font-family:Arial;
font-size:12px;
}
#commentBlockWrite
{
float:left;
}
.commentBlockTitle
{
margin:0;
padding:0;
font-family:Arial;
font-size:16px;
color:#cb3407;
text-align:left;
margin-bottom:10px;
}
.commentLabel{
float: left;
width: 120px;
font-weight: bold;
text-align:left;
color:#cb3407;
font-family:Arial;
font-size:12px;
}
#commentInputName, #commentInputEmail, #commentInputCaptcha {
width: 250px;
margin-bottom: 5px;
}
#commentInputName, #commentInputEmail, #commentInputText, #commentInputCaptcha, #commentInputSubmit
{
background-color:#fff3e9;
border:1px solid #d0461d;
color:#63b73b;
text-align:left;
padding-left:20px;
background-repeat:no-repeat; 
background-position:left;
}
#commentInputName
{
background-image:url(../media/image/input/user.gif);
}
#commentInputEmail
{
background-image:url(../media/image/input/email.png);
}
#commentInputCaptcha
{
width: 150px;
background-image:url(../media/image/input/security.png);
margin-top:5px;
}
#commentInputText{
background-image:url(../media/image/input/text.png);
background-position:top left;
width: 250px;
height: 150px;
}
#commentInputSubmit{
margin-left: 120px;
margin-top: 5px;
width: 90px;
background-image:url(../media/image/input/login_submit.gif);

}					
/*comments*/
