#content {

}
#customize-message {

}
#customized-message {
margin-top:10px;
width:490px;
}

#start-hooking {
}

.table-style1 input {
width:142px;
}

.table-style1 th h6 label, .table-style1 th label, .table-style1 th{
font-size:10px !important;
}

/* After you submit your hooks, the "Hooking Results" page stuff: */
.hooking-results-row {
width:490px;
float:left;
}

.hooking-results-row .record-number {
color:#00A4C8;
float:left;
margin-right:8px;
}
.hooking-results-row .first-name {
float:left;
margin-right:5px;
}
.hooking-results-row .last-name {
float:left;
margin-right:15px;
}
.hooking-results-row .user-email {
float:left;
}
#content div.result span.text{
	font-size:15px;
}
#content div.result{margin-bottom:10px; padding-bottom:20px;}

#content div.hooked{
background: url(../images/face_happy.gif) 0px 0px no-repeat;
margin:10px 0px;
border-bottom:1px dotted #ccc;
padding:10px 0px 10px 50px;
overflow:hidden;
}
#content div.members{
background: url(../images/face_sad.gif) 0px 0px no-repeat;
margin:10px 0px;
border-bottom:1px dotted #ccc;
padding:10px 0px 10px 50px;
overflow:hidden;
}
#content div.nvEmail{
background: url(../images/face_puzzled.gif) 0px 0px no-repeat;
margin:10px 0px;
border-bottom:1px dotted #ccc;
padding:10px 0px 10px 50px;
overflow:hidden;
}

.hooking-results-row{overflow:visible;}
.hooking-results-row span.first-name{
	display:block;
	float:left;
	width:120px;
	overflow:hidden;
	margin-bottom:10px;
}
.hooking-results-row span.last-name{
	display:block;
	float:left;
	width:150px;
	overflow:hidden;
	margin-bottom:10px;
}
.hooking-results-row span.user-email{
	display:block;
	float:left;
	width:200px;
	overflow:hidden;
	margin-bottom:10px;
}