	.all {
	    
	  
	    width: 992px;
	    font-size:13px;
	}
	.actor {
	    background: none repeat scroll 0 0 #E9E9E9;
	    border-radius: 3px 3px 3px 3px;
	    display: block;
	    height: 31px;
	    margin-right: 15px;
	    margin-top: 4px;
		width: 277px;
	}
	.actor:hover {
		 background: none repeat scroll 0 0 #F2F2F2;
	}
	.actor span {
	    font-size: 12px;
	    padding-left: 32px;
	    padding-top: 5px;
	    float: left;
	}
	.actor a {
		float: right;
	}
	.actor img {
		padding-right: 38px;
	    padding-top: 5px;
	}
	.actpager{
		background:#F5F5F5;
		margin:10px 0px;
		padding:10px;
		text-align: center;
	}
	.actpager ul {
		
	}
	.actpager li {
		float:left;
	}
	.actpager li.selected {
	    background: none repeat scroll 0 0 #FFFFFF;
	    border-bottom: 1px solid #CCCCCC;
	    border-radius: 5px 5px 5px 5px;
	    border-right: 1px dotted #F3F3F3;
	    color: #515151;
	    display: block;
	    font-size: 11px;
	    margin-right: 5px;
	    padding: 6px;
	    text-align: center;
	    width: 15px;
	    float:left;
	}
	.actpager li a {
	    background: none repeat scroll 0 0 #E3E3E3;
	    border-bottom: 1px solid #CCCCCC;
	    border-radius: 5px 5px 5px 5px;
	    border-right: 1px dotted #F3F3F3;
	    color: #515151;
	    display: block;
	    font-size: 11px;
	    margin-right: 5px;
	    padding: 6px;
	    text-align: center;
	    width: 15px;
	    float:left;
	}

	.actpager a:hover {
		background: none repeat scroll 0 0 #FFFFFF;
		cursor: pointer;
	}
	h1{
	 	padding:0px;
	 	margin:0px;
	 	font-size:16px;
	 	color:#dc2a23;
	 	border-bottom:1px dotted #CCC;
	 	margin-bottom:20px;
	 	margin-top:10px;
	 	padding-bottom:10px;
	}

	.actorTable{
		margin-top:20px;
		background: none repeat scroll 0 0 #F5F5F5;
	}
	.actorTable .edit{
		width:50px;
		text-align: center;
	}
	.actorTable td{
		padding:10px;	
	}
	.actorTable th{
		text-align: left;
		padding: 10px;
	}
	.actorTable tbody td{
		background: #FFF;
	}
	.actorTable tbody tr:hover td{
		background: #F5F5F5;
	}
	.actorTable .submit{
		font-size:10px;
	}
	#quick_search {
		padding:20px;
		padding-left: 3px;
	} 
	.field input,select{
		padding:5px;
		font-size: 13px;
		margin-left:10px;
		width:150px;
	}
	.field input:hover{
		border: 1px solid #CCC;
	}
	.field{
		float:left;
		font-size: 13px;
		margin-right:30px;
	}
	#quick_search .submit{
		
	}

	.submit{
		border-radius: 5px;
		font-size: 13px;
		padding:5px 15px;
		cursor: pointer;
		background: #F5F5F5;
		color:#666;
		border:1px solid #EEE;		
	}
	.submit:hover{
		background: #DC2A23;
		color: #FFF;
	}
	
	.listb{
		padding:5px;
		margin-top:-1px;
	}
	.addbutton{
		padding-top:20px;
		margin:10px;
		clear: both;
	}
