.mobiratings {
	max-width		: 400px;
}

.mobirateentry1,
.mobirateentry2 {
	margin			: 10px 0px 5px 0px;
	padding-bottom	: 3px;
}

.mobiratings .mobirateentry1,
.mobiratings .mobirateentry2 {
	border			: 1px dotted #c0c0c0;
	padding			: 5px;
}

.mobiraterating {
	float 			: left;
}

.mobirateaddform {
	margin-top		: 20px;
}

.mobiratedate {
	color			: #808080;
	text-align		: right;
	float			: right;
}

.mobiratecomment {
	clear			: both;
}

.mobirateuser {
	color			: #808080;
}

.mobiratecaptcha {
	width			: auto;
	border-spacing	: 5px;
}

    
.section {
    margin: 10px 0px;
    padding: 0px 20px; 
    clear: both;   
}



/* Comment */

form.commentForm
{
    display: block;
    margin-bottom: 25px;   
}
.commentForm .section .textareaContainer
{
    padding: 10px;
    border: 1px solid #BBB;
}
.commentForm .section .textareaContainer textarea
{
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    background: none;
    -webkit-appearance: none;
    font-family: Arial;
    font-size: 12px;
    color: #333;
    overflow: auto;
}
.commentForm .section input[type=text]
{
    display: inline-block;
    width: 70%;
    padding: 5px 5px;
    border: 1px solid #c6c6c6;
    outline: none;
    background: none;
    -webkit-appearance: none;
    float: right;
}
.commentForm .section label
{
    padding: 7px 8px 0 0;
    display: block;
    text-align: right;
    float: right;
}
.commentForm .section select
{
    border: 1px solid #c6c6c6;
    padding: 2px 4px;
}
.userComment
{
    margin: 10px 0px 20px;
}
.userComment .titleBar
{
    padding: 0px 20px;
    font-family: "Trebuchet MS";
}
.userComment .titleBar .rate
{
    float: right;
}
.userComment .titleBar .date
{
    font-size: 11px;
    color: #555;
    margin-left: 15px;
}
.userComment .message
{
    padding: 10px 20px;
    border-bottom: 1px solid #c6c6c6;
    margin-top: 5px;
}

.clearfix {
	clear: both;
}
