.ss_header_top_left_corner {
  font-size             : 8px;
  background-color      : #3CD643 ;
  background-image      : url('/images/top_left_corner.gif') ;
  background-repeat     : no-repeat ;
  background-position   : top left ;
  background-color      : #3CD643 ;
}

.ss_header_top_right_corner {
  font-size             : 8px;
  background-color      : #3CD643 ;
  background-image      : url('/images/top_right_corner.gif') ;
  background-position   : top right ;
  background-repeat     : no-repeat ;
}

.ss_header_middle_left_corner {
  background-color      : #3CD643 ;
  border-left           : solid 1px #2E9132 ;
  border-bottom         : solid 1px #2E9132 ;
}

.ss_header_middle_right_corner {
  background-color      : #3CD643 ;
  border-right          : solid 1px #2E9132 ;
  border-bottom         : solid 1px #2E9132 ;
}

.ss_header_middle {
  background-color      : #3CD643 ;
  border-top            : solid 1px #2E9132 ;
  border-bottom         : solid 1px #2E9132 ;
}

.ss_box_main_left {
  border-left           : solid 1px #2E9132 ;
}

.ss_box_main_right {
  border-right          : solid 1px #2E9132 ;
}

.ss_box_footer_left_corner {
  font-size             : 8px;
  background-image      : url('/images/bottom_left_corner.gif') ;
  background-position   : bottom left ;
  background-repeat     : no-repeat ;
}
.ss_box_footer_middle {
  font-size             : 8px;
  border-bottom         : solid 1px #2E9132 ;
}
.ss_box_footer_right_corner {
  font-size             : 8px;
  background-image      : url('/images/bottom_right_corner.gif') ;
  background-position   : bottom right ;
  background-repeat     : no-repeat ;
}

a.portrait_link:hover {
  color           : red ;
  cursor: pointer;
}

.referral_textbox {
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 11px;
	font-weight     : normal;
	color           : #00334E;
	text-decoration : none;
	background-color: #FFFFF4;
	height          : 17px;
	width           : 140px;
	padding-top     : 3px;
	padding-right   : 5px;
	padding-left    : 5px;
}

.referral_email_textbox {
    background-color: #FFFFF2 ;
    padding-left    : 5px ;
    padding-top     : 5px ;
    padding-bottom  : 5px ;
    border          : 1px solid #999999 ;
    height          : 220px ;
    width           : 340px ;
    overflow        : auto ;
    padding         : 2px ;
}

.rp_agreement_textbox {
    background-color: #FFFFF2 ;
    padding-left    : 5px ;
    padding-top     : 5px ;
    padding-bottom  : 5px ;
    border          : 1px solid #999999 ;
    padding         : 2px ;
}

.request_payment_content {
  border-left   : 1px solid #CCCCCC ;
  border-bottom : 1px solid #CCCCCC ;
  border-right  : 1px solid #CCCCCC ;
}

a.request_payment_tab:hover {
  color           : red ;
  cursor: pointer;
}

.request_payment_rev_content {
  background-color : #EBFACF ;
  border           : 1px solid black ;
}
.request_payment_request_box {
  background-color : #EBFACF ;
  border           : 1px solid black ;
  width            : 320px ;
}

.request_payment_submit_button {
  color                 : #0000CC ;
  text-decoration       : underline;
  font-weight           : bold;
  width                 : 100px ;
  margin                : 0;
  cursor                : pointer ;
}

a.request_payment_submit_button:hover,
a.request_payment_submit_button:active {
  color  : red ;
  cursor : pointer ;
}

.PCErrorLabel{
  color : #FF0000 ;
}