﻿#ReferAFriendModule .FieldSet {
	display: block;
	clear: both;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#ReferAFriendModule .ErrorBlock {
	display: block;
	clear: both;
	width: 270px;
	margin-top: -5px;
	margin-bottom: 5px;
}

#ReferAFriendModule .FieldSetLeftContent {
	display:block;
	float:none;
	text-align: left;
	width: 270px;
}

#ReferAFriendModule .FieldSetRightContent {
	display:block;
	float:none;
	text-align: left;
	width: 270px;
}

#ReferAFriendModule .Title {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #41282c;
}

#ReferAFriendModule .Mandatory {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #FF0000;
}

#ReferAFriendModule .InputTextBox {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    width: 250px;
}
#ReferAFriendModule textarea.InputTextBox {
	height:150px;
}

#ReferAFriendModule .StandardButtonDefault {
  background: #7C6166 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

