﻿* {
    padding: 0;
    margin: 0;
}

img {border-style: none;
	border-color: inherit;
	border-width: medium;
	display:block;
	text-align:center;
	margin: 0 auto;
}
	

html, body{
	height: 100%;
	background-color:inherit;
}

body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	background-color: #353434;
}

#content-holder
{
	width: 920px;
	margin: 0 auto;
	background-color: #ffffff;
	background:#fff url(backing.png) no-repeat 150px 100px;
	min-height:100%
}

p 
{
	padding:5px 5px 5px 5px;
}

#holder
{
	padding:5px 5px 5px 5px;
}

.buttons
{
	border:none;
	height:36px;
	width:36px;
	
}

.textbox
{
	border-top-width: 0;
	border-left-width:0;
	border-right-width:0;
	width:300px;
	
}

.textArea
{
	
	width:800px;
	height:300px;
	
}

.tdWA
{
	width:150px;
	text-align:center;
}
.tdWAR
{
	width:200px;
	text-align:left;
}

.buttonHolder
{
	width:920px;
	text-align:center;
}

.imagebox
{
	margin: 0 auto;
	width:920px;
}

.SubmitTDRight
{
	text-align:right;
	width:250px;
	
}

.SubmitTDLeft
{
	text-align:left;
	width:250px;
	
}


.submitTr
{
	font-size:0.5em;
}

#SubmitTable
{
	padding:30px 0 0 0;
	text-align:center;
}

.submitHolder
{
	width:200px;
}

.SubmitTextbox
{
	border-top-width: 0;
	border-left-width:0;
	border-right-width:0;
	width:200px;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 25px;
    height: 23px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(FilledStar.png);

}

.emptyRatingStar {
    background-image: url(EmptyStar.png);
}

.savedRatingStar {
    background-image: url(SavedStar.png);
}