﻿.AlignLeft 
{
    float:left;
    display:inline;
}

.comments-form 
{
    background:#fff;    
}

.comments-form 
{
    padding:20px 0;
}


#OTPSComments 
{
    background:#232323;
    color:#ffffff;
}

.OTPSCommentGroup 
{
    border-bottom:5px solid #ffffff;
    padding:14px;
}

.OTPSCommentGroup label, .OTPSCommentGroup .Label
{
    display:block; width:200px;
    font-size:14px;
}

#OTPSComments input, #OTPSComments textarea
{
    background:#ffffff;
    border:1px solid #cccccc;
    color:#000000;
    padding:5px;
    margin:5px 0 0 0;
    margin-bottom:10px;
}

#OTPSComments .OTPSButton 
{
    margin:10px 0 10px 10px;
    background:#4a4a4a;
    color:#fff;
    font-size:14px;
    padding:6px;
    display:inline;
    border:none;
}


.comments-list
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.comments-listitem
{
    margin-bottom: 1.5em;
}

.comments-listitemheader
{
    font-weight: bold;
    font-size: 1.2em;
}

.comments-listitembody {}

.comments-listitemauthor {}

.comments-listitemdate {}

.comments-listitemfooter
{
    color: #228B22;
}

.comments-footer {}

.comments-form {}

.comments-formheader {}

.comments-formrow
{
    overflow: auto;
	color: #000;
	margin-bottom: 10px;
}

/*.comments-formlabel
{
    width: 150px;
    float: left;
    clear: left;
    padding: 5px;
}
*/
.comments-formfield
{
    padding: 2px;
    overflow: auto;
}

.comments-formsubmit {}

.comments-formfooter {}

.comments-footer {}

.limiterBox{color:#023568;border:1px solid #023568;border-top:none;background-color:#ebebeb;padding:3px 6px;font-size:12px;}