﻿.green-tab
{
	font-family: georgia;
	margin-left: 5px;
}
.green-tab .review-tab
{
	background-image: url('images/gui/green-top-border.gif');
	background-repeat: no-repeat;
	width: 946px;
	height: 43px;
}
.green-tab .top-border
{
	background-image: url('images/gui/green-top-corner.gif');
	background-repeat: no-repeat;
	width: 746px;
	height: 11px;
}
.green-tab .center
{
	background-image: url('images/gui/green-border.gif');
	background-repeat: repeat-y;
	width: 746px;
	min-height: 390px;
	height: auto;
}
.green-tab .bottom
{
	background-image: url('images/gui/green-bottom-border.gif');
	background-repeat: no-repeat;
	height: 21px;
}
.gray-tab
{
	margin-left: 5px;
}
.gray-tab .review-tab
{
	background-image: url('images/gui/gray-tab.gif');
	background-repeat: no-repeat;
	width: 746px;
	height: 43px;
}
.gray-tab .top-border
{
	background-image: url('images/gui/green-top-corner.gif');
	background-repeat: no-repeat;
	width: 746px;
	height: 11px;
}
.gray-tab .center
{
	background-image: url('images/gui/green-border.gif');
	background-repeat: repeat-y;
	width: 748px;
	height: 390px;
}
.gray-tab .bottom
{
	background-image: url('images/gui/green-bottom-border.gif');
	background-repeat: no-repeat;
	width: 746px;
	height: 21px;
}
/*insert review*/
.textarea-bg1
{
    border-style: none;
    border-width: 0px;
    /*background-color: #B7B7C3;*/
    height: 110px;
    width: 700px;
    float: left;
}

.ta-left-border1
{/*
	background-position: 0%;
	float: left;
	width: 17px;
	height: 110px;
	background-image: url( 'images/interface/ta-left-border2.jpg' );
	background-repeat: no-repeat;*/
}
.ta-right-border1
{/*
    background-position: 0%;
    float: right;
    width: 17px;
    height: 110px;
    background-image: url( 'images/interface/ta-right-border2.jpg' );
    background-repeat: no-repeat;*/
}
.small-textbox2
{
    /*background-color: #B7B7C3;*/
    height: 24px;
    width: 337px;
    float: left;
    margin-right: 25px;
}
.small-textbox3
{
    /*background-color: #B7B7C3;*/
    height: 24px;
    width: 337px;
    float: left;
}

.textbox-bg2
{
    border-style: none;
    border-width: 0px;
   /* background-color: #B7B7C3;*/
    height: 24px;
    width: 700px;
   /*margin-bottom: 20px; */
    float: left;
}
.ratingStar {
    font-size: 0pt;
    width: 26px;
    height: 24px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/gui/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/gui/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/gui/SavedStar.png);
}
.button-cancel
{
	background-image: url( 'images/buttons/cancel.jpg' );
	border-style: none;
	border-width: 0px;
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #FFFFFF;
	width: 108px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
}
.button-cancel:hover
{
	background-image: url( 'images/buttons/cancel.jpg' );
	border-style: none;
	border-width: 0px;
	background-repeat: no-repeat;
	background-position: center -24px;
	color: #FFFFFF;
	width: 108px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
}.button-submit
{
	background-image: url( 'images/buttons/submit.jpg' );
	border-style: none;
	border-width: 0px;
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #FFFFFF;
	width: 108px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
}
.button-submit:hover
{
	background-image: url( 'images/buttons/submit.jpg' );
	border-style: none;
	border-width: 0px;
	background-repeat: no-repeat;
	background-position: center -24px;
	color: #FFFFFF;
	width: 108px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
}
.read-review
{}
.read-review-title
{
	font-family: Georgia;
	font-size: 24;
	margin-top: 5px;
	height: 22px;
}
.read-review-detail
{
	font-family: Arial;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.read-review-name-label
{
	float: left;
	height: 22px;
	font-family: Georgia;
	font-size: 18px;
}
.textbox
{
	/*background-color: #B7B7C3;*/
	width: 680px;
	margin-top: 2px;
}
.textbox1
{
	/*background-color: #B7B7C3;*/
	width: 320px;
	margin-top: 2px;
}

.textbox-bg
{
	/* background-color: #B7B7C3;*/
	height: 24px;
	width: 620px; /*margin-bottom: 20px; */
	float: left;
}
.textbox-outer
{
    width: 700px;
}
.small-textbox
{
    /*background-color: #B7B7C3;*/
    height: 24px;
    width: 447px;
    float: left;
    margin-right: 25px;
}
.small-textbox1
{
    /*background-color: #B7B7C3;*/
    height: 24px;
    width: 447px;
    float: left;
}
.label
{
    width: 430px;
    float: left;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-family: Georgia;
    font-size: 18px;
}
.label2
{
    width: 330px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-family: Georgia;
    font-size: 18px;
}
.label-2
{
    width: 430px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-family: Georgia;
    font-size: 18px;
}
.label1
{
    width: 430px;
    float: left;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 40px;
    font-family: Georgia;
    font-size: 18px;
}
.label3
{
    width: 330px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 33px;
    font-family: Georgia;
    font-size: 18px;
}
.tb-left-border
{/*
    background-position: 0%;
    float: left;
    width: 6px;
    height: 24px;
    background-image: url( 'images/interface/tb-left-border.jpg' );
    background-repeat: no-repeat;*/
}
.tb-right-border
{
   /* background-position: 0%;
    float: right;
    width: 6px;
    height: 24px;
    background-image: url(  'images/interface/tb-right-border.jpg' );
    background-repeat: no-repeat;*/
}

.textarea
{
    /*background-color: #B7B7C3; */
    height: 227px;
    border-style: none;
    border-width: 0px;
    float: left;
    margin-top: 3px;
}
.textarea1
{
	/*background-color: #B7B7C3;*/
	height: 100px;
	float: left;
	margin-top: 3px;
}
.textarea-bg
{
    border-style: none;
    border-width: 0px;
   /* background-color: #B7B7C3;*/
    height: 236px;
    width: 720px;/*920*/
        float: left;
}

.ta-left-border
{/*
    background-position: 0%;
    float: left;
    width: 17px;
    height: 236px;
    background-image: url( 'images/interface/ta-left-border.jpg' );
    background-repeat: no-repeat;*/
}
.ta-right-border
{/*
    background-position: 0%;
    float: right;
    width: 17px;
    height: 236px;
    background-image: url( 'images/interface/ta-right-border.jpg' );
    background-repeat: no-repeat;*/
}


