 /* ----- main stuff ---- */

h1      {
        font-size:12px;
        font-weight:bold;
        }

/* ------ rate page ------- */
.ratebar {
        background:#B6F053;
        border:1px solid #cccccc;
        }

/* ------ profile page ------- */
.profile_section {
        text-align:left;
        font-size:11px;
        background:#CCCCCC url(images/section_bg.gif);
        font-weight:bold;
        color:#FFF;
        text-align:center;
        height: 20px;
        border: 1px solid #cccccc;
        padding-top:3px;
        }

.profile_stats {
        text-align:left;
        font-size:11px;
        background:#CCCCCC url(images/section_bg.gif);
        font-weight:bold;
        color:#FFF;
        text-align:center;
        height: 20px;
        border-top: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        vertical-align: bottom;
        }
		
.profile_stats a {
        color:#FFF;
        }
	
/* ----- classes ---- */

/* boxes */
.titlebar  {
        background:#FFC3C3 url(images/titalbar_bg.gif);
        font-weight:bold;
        color:#FFF;
        text-align:center;
        height: 21px;
        border: 1px solid #cccccc;
        }

/* field error */
.err    {
        color:red;
        font-weight:bold;
        }


        
/* messages */

/* NEW CLASSES */
.content{
border: 1px solid #cccccc;
}
input[type=submit] {
        font-family: Tahoma, serif;
        background-image: url(images/button_bg.gif);
        background-repeat: repeat-x;
        border: 1px solid #cccccc;
		color: #FFF;
}
input[type=button] {
        font-family: Tahoma, serif;
        background-image: url(images/button_bg.gif);
        background-repeat: repeat-x;
        border: 1px solid #cccccc;
		color: #FFF;
}
.button {
        font-family: Tahoma, serif;
        background-image: url(images/button_bg.gif);
        background-repeat: repeat-x;
        border: 1px solid #cccccc;
		color: #FFF;
}
li {
        list-style-image: url(images/li.gif);
}
