/************************************************
*	Rate Pro Board CSS						    *
************************************************/
#ratepro { /*the main DIV */
	padding:10px 0 0 0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
    width:480px;
}

/* 
Forms element like input field, select field, textarea can be set here.
We used only to force Font family and size.
If you wish, you can edit background, 
*/
 
#ratepro form {
	margin:0;
	padding:0;
	display:inline;
}
#ratepro form input, select, textarea {
	padding:5px;
	margin:5px;
}
#ratepro form textarea {
	width:100%;
	line-height:1;
}
#ratepro form .button {
	color: #FFF;
	border: 2px solid #F4380A;
	background-color: #FD5520;
	padding: 2px 2px;
	text-transform: uppercase;
	font-size: 10px;
}
#ratepro form label {
	text-align:left;
	float:block;
	padding:5px;
	margin:0;
}

#ratepro fieldset {
	border: none;
}

#ratepro legend {
	margin: 0;
	padding: 0;
	color: #CA0230;
    width:480px;
}
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
/*
.nobr {
	display:none; }
*/

/* Used on Star show. 
EX 
Rated: 4 from 5
This rating has been viewed 45 times
Number of votes: 1
SPAN tags
*/
.star-text {
	margin: 0;
	padding: 0;
}
/* 
You have recently rated this listing. You could color it, or style it.
DIV tag
*/
.star-text-recentrated {
	}

/* See Date and rest, there is used.  board_list.html */
.ratedate {
	padding-left:5px;
	
}
/* See NICK, there is used.  board_list.html */
.ratename {
	padding: 5px;
}
/* See IP, there is used.  board_list.html */
.rateip {
	padding-left:5px;
}
/* Use this on comments, where people leave the comment.*/
.ratetext {
	padding: 10px;
	margin: 10px 0;
	background: #ececec;
}

/* See Date and rest, there is used.  board_list.html */
.ratesmalltext {
	padding-left:5px;
}

