#document_content a.document_button {
			min-width: 180px;
			min-height: 20px;
			display: block;
			float: left;
			overflow: hidden;
			padding: 9px 11px;
			border: 4px solid;
			font: bold 14px Arial;
			text-decoration: none;
			text-align: center;
			color: #fff;
			text-shadow: 0 1px 1px #111;
			margin: 0 20px 20px 0;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
			border-radius: 15px;
			}
			
#document_content a.document_button:hover{
	color: #ff6434;
	
}
			
				.small {width: 83px;padding: 8px 6px 4px 6px;font-size: 12px}
			
				.large {width: 445px;padding: 14px;font-size: 18px}
			
			#document_content a.document_button.red {
				border-top-color: #c2553f;
				border-right-color: #c2553f;
				border-bottom-color: #6b2618;
				border-left-color: #6b2618;
				background: #98311c;
				
				
				}
			
			#document_content a.document_button.blue {
				border-top-color: #4f5c8a;
				border-right-color: #4f5c8a;
				border-bottom-color: #1b233f;
				border-left-color: #1b233f;
				background: #262e49
				}
			
			#document_content a.document_button.green {
				border-top-color: #ace139;
				border-right-color: #ace139;
				border-bottom-color: #557a07;
				border-left-color: #557a07;
				background: #7ab300
				}
			
			#document_content a.document_button.orange {
				border-top-color: #f0a868;
				border-right-color: #f0a868;
				border-bottom-color: #8f5623;
				border-left-color: #8f5623;
				background: #d77e2f
				}
				
			#document_content a.document_button.gray {
				border-top-color: #aaa;
				border-right-color: #aaa;
				border-bottom-color: #666;
				border-left-color: #666;
				background: #888
				}