body {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#quoteForm input, #elistAdmin input {
	margin-bottom:10px;	
}

#quoteForm label, #elistAdmin label {
	display:inline-block;
	width:100px;
	text-align:right;
	margin:0 3px 0 0;
	font-family:Arial, Helvetica, sans-serif;
}

.required {
	color:#f00;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.success {
	text-align:center;
	color:#0CF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.submitButton {
	width:150px; 
	margin-left:105px;
}

.pageHeader {
	font-size:30px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-style:italic;
}

#buttonsContainer img, h3 a.editLink img{ 
	border:none;	
}

#elist {
	width:100%;
}

.couponHeader {
	font-weight:bold;
	color:#ffa500;
}

.couponbg {
	position:absolute;
	z-index:-1;
	color:#000;
	left:0;
	top:0; 
}

.couponContainer p{
	margin-top:0;	
}

td {
	text-align:left;	
}
/*------------------------------View List--------------------------------*/

#buttonsContainer {
	background:url(/images/buttonsBg.jpg) left top no-repeat;

	/*width:652px;*/ 
	height:68px;
	margin:0 0 5px 0;
}

#newMessage {
	
	width:200px;
	height:33px;
	display:inline-block;
	margin:17px 308px 0 17px;
}
.buttonLink {
	width:200px;
	height:33px;
}

#exportToExcel {
	width:200px;
	height:33px;
	display:inline-block;
	margin:17px 0 0 0;
}

#rppHolder {
	float:right;
}

#elist h3.elistHeader {
	background:#222222;
	border-bottom:1px solid #c9c9c9;
	height:30px;
	padding:0 10px;
	line-height:30px;
	margin:0 0 20px 0;
}

.elistList {
	list-style-type:none;
	font-size:1em;
	font-weight:normal;
	margin:0 0 30px 0;
	
}
#elist .elistList li {
	margin:0 0 10px 0px ;
}
#elist .elistList li .address {
	display:inline-block;
	font-weight:bold;
	vertical-align:top;
}
#elist .elistList li label {
	font-size:1em;
	font-weight:normal;
	width:110px;
	margin:0 10px 0 0;
	color:#888;
}

#elist .elistAddress { 
	background:url(/images/addressIcon.jpg) left top no-repeat;
	padding-left:40px;
}

#elist .elistEmail {
	background:url(/images/emailIcon.jpg) left top no-repeat;
	margin:0;
	padding:0 0 0 55px;
}

#elist .rightSide {
	float:right;
}
#elist .elistPhone {
	background:url(/images/phoneIcon.jpg) left top no-repeat;	
}


#elist .elistPhone li , #content .elistReferred li {
	width:270px;
}
#elist .elistPhone li label, #content .elistReferred li label{
	width:130px;
}

h3 a.deleteLink {
	float:right; 
	margin:0 10px 0 0; 
	display:inline;
	font-weight:normal;
	text-decoration:underline;
	font-size:14px;
	color:#09F;
}

#elist h3 a.deleteLink:hover {
	text-decoration:none;	
}


h3 a.editLink{
	float:right;
	margin:3px 0 0 0;
}

#elist ul {
	float:none;	
	display:block;
}
