
/*---FORM---*/
#CommentForm{display:none;width:400px;font-family:Georgia;color:#808080;background-color:#F5F5F5;padding:10px;margin-bottom:10px;}

#CommentForm .header{}
#CommentForm .header > div{float:left;width:50%;text-align:right;}
#CommentForm .header > div  h1{margin:0;padding:0;font:normal 15px "Georgia";text-align:left;}

#CommentForm .field {text-align:left;}
#CommentForm .field > input{width:48%;}
#CommentForm .field > textarea{width:98%;height:100px;}

#CommentForm .captcha{height:60px;}
#CommentForm .captcha > div{float:left;width:25%;text-align:center;}
#CommentForm .captcha  > div img{height:35px;border:0}
#CommentForm .captcha  > div input{width:70px;}

#CommentForm .captcha > div a{font:11px 'Georgia';color:#808080;text-decoration:none;}
#CommentForm .captcha > div a:hover{font:11px 'Georgia';color:#000000;text-decoration:underline;}
#CommentForm .captcha > div button{border:1px solid #898989;background-color:#898989;font:12px 'Tahoma';color:#ffffff;}
#CommentForm .captcha > div button:hover{border:1px solid #898989;background-color:#898989;font:12px 'Tahoma';color:#ffffff;cursor:pointer;}


/*---COMMENT---*/
#CommentView .Message{padding:10px;background-color:#F5F5F5;border:1px solid #EAEAEA;font:12px 'Georgia';color:#737373;}

#CommentView .UserInfo > div{float:left;text-align:left;font:normal 11px 'Tahoma';color:#000000;}
#CommentView .UserInfo .Username{width:150px;padding-left:5px;padding-right:5px;}

#CommentView .UserInfo a{font:11px 'Georgia';color:#3878BA;text-decoration:none;}
#CommentView .UserInfo a:hover{font:11px 'Georgia';color:#3878BA;text-decoration:underline;}

#CommentView  > div a{font:18px 'Georgia';color:#000000;text-decoration:none;}
#CommentView  > div a:hover{font:18px 'Georgia';color:#000000;text-decoration:underline;}

