#requestForm , #successInfo{
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	/*margin-bottom: 35px;*/
}

#requestForm textarea {
	width: 100%;
	height: 100px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
}	

.submitButton, .closeButton, .cancelButton {
	float: right;
	background: black;
	color: white;
	border: none;
	cursor: pointer;
	font-weight: bold;
	background: url(/sn/images/sn_submit.gif) no-repeat;
	width: 78px;
	height: 30px;
}

.cancelButton {
	float: left;
	background: url(/sn/images/sn_cancel.gif) no-repeat;
}

.closeButton {
	float: right;
	background: url(/sn/images/sn_close.gif) no-repeat;
}

.submitButton2, .generateButton {
	background: #fe8b00;
	color: white;
	width: 100px;
	margin-left: 15px;
}

.generateButton {
	width: 150px;
	margin-left: 200px;
	margin-top: 5px;
	font-weight: bold;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	background: #fe8b00;
	color: white;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
}

#successInfo {
	display: none;
}

.containerForm {
	height: 215px;
}

.friendsTable, .activityTable {
	width: 95%;
	border: 0px;
	border-collapse: collapse;
	
}

.friendsTable th, .friendsTable td {
	text-align: left;
	border: 0px;
	font-size: 11px;
	padding-right: 5px;
}

.friendsTable th {
	padding-bottom: 10px;
}

.highlight {
	color: red;
	font-weight: bold;
}

.even td {
	background: #545050;
}

.activityTable td {
	border-bottom: 1px solid #5d5d5d;
	padding-bottom: 10px;
	padding-top: 10px;
}

.avatarImg {
	float: left;
	/*width: 96px;
	height: 96px;*/
	width: 40px;
	height: 40px;
	border: 1px dotted #fe8b00;
	margin-right: 10px;
}

#search-result {
	background: white;
	width: 300px;
	/*border: 1px solid #fe8b00;*/
	color: black;
	display: none;
	position: absolute;
}

#search-result a {
	color: #000000;
	text-decoration: none;
	/*width: 200px;*/
	display: block;
	width: 100%
	margin: 0px;
	padding: 0px;
	height: 15px;
}

#search-result a:hover {
	/*color: #fe8b00;*/
	background: #c0c0c0;
	font-weight: bold;
	/*text-decoration: underline;*/
}

#searchInput {
	float: left;
}

#msg {
	display: none;
}

.activityImg {
	float: right;
}

.activityData {
	float: left;
	width: 520px;
}

#searchq {
	color: #c0c0c0;
}

.listTable td, .listTable th {
	padding: 0px 10px 0px 10px;
	text-align: left;
}
