/* 
    Document   : discuss
    Created on : 2013-03-27, 01:19:21
    Author     : W530
    Description:
        Purpose of the stylesheet follows.
*/
.comment-box{
    padding: 20px;
}
.diccuss-comment-area{
    font-family: georgia;
    font-size: 14px;
    line-height: 1.2;
    text-align: justify;
}
.discuss-login{
    font-weight: bold;
    color: #D64800;
}
.discuss-top-row-cell{
    padding-bottom: 5px;
}
.discuss-bottom-row-cell{
     border-bottom:  1px dashed #DDDDDD;
}
.discuss-avatar{
    vertical-align: top;
}
.discuss-buttons{
    text-align: right;
}
.discuss-commment-bigrow{
    
}
.comment-main-textArea{
    width:96%;
    height: 70px;
    
    background-color: rgba(255, 255, 255, 0.45);
    background-image: -moz-linear-gradient(center top , rgba(245, 245, 245, 0), rgba(255, 255, 255, 0.45));
    background-repeat: repeat-x;
    border: 1px solid rgba(75, 83, 94, 0.45);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) inset;    
    padding: 10px;
    position: relative;
    transition: all 0.2s linear 0s;
}

.discuss-comment-main-textArea-disabled{
    width:96%;
    height: 20px;
    
   background-color: rgba(255, 255, 255, 0.3);
    background-image: -moz-linear-gradient(center top , rgba(245, 245, 245, 0), rgba(255, 255, 255, 0.45));
    background-repeat: repeat-x;
    border: 1px solid rgba(75, 83, 94, 0.15);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) inset;    
    padding: 10px;
    position: relative;
    transition: all 0.2s linear 0s;
    color: #C9C9C9;
}
.comment-main-field{
    width:100%;
     background-color:white;
    background-image: -moz-linear-gradient(center top , rgba(245, 245, 245, 0), rgba(255, 255, 255, 0.45));
    background-repeat: repeat-x;
    border: 1px solid rgba(75, 83, 94, 0.45);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) inset;    
    position: relative;
    transition: all 0.2s linear 0s;
    height: 25px;
    padding-left: 5px;
}

.discuss-login-cell1{
    border-right: 1px dashed #DDDDDD;
    width: 50%;
}
.discuss-login-cell2{
    vertical-align: top;
    width: 50%;
}
.discuss-login-heaader{
    color: #8E949C;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: center;
}
.discuss-left-form{
   
    padding-right: 20px;
    padding-bottom: 10px;
}
.discuss-right-form{
   
    padding-left: 10px;
    padding-bottom: 10px;
}
.discuss-otherinfo{
   color: #8E949C;
   font-size: 10px;
   font-style:  italic;
}

.discuss-form-infoandbutton{
     color: #595959;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}