@charset "utf-8";
/* CSS Document */

.modalclose {float:right;cursor:pointer;margin:5px;};
.modallink {cursor:pointer;}

#ModalWrapper {
	/*width:990px;*/
	/*background-image:url('../images/Common/page-bg.jpg');
	background-repeat:repeat;
	background-position:top left;*/
}

	#ModalWrapper #InnerModal {
		background-color:#160600;
		color:#ffffff;
	}
	
	#ModalWrapper #InnerModal a {
		color:#34B7B2;	
	}
		#ModalWrapper #InnerModal #ModalHeader {
			background-image:url('../images/Common/bottom-bar-bg.jpg');
			background-position:top left;
			background-repeat:repeat-x;
			height:25px;
			width:100%;
			
		}
		
		#ModalWrapper #InnerModal #ModalLeft {
			float:left;
			position:relative;
			width:350px;
			padding:10px;
			background-color:#160600;
			color:#ffffff;
			text-align:left;
			border-right:1px solid #ffffff;
			margin:15px;
		}
		
			#ModalWrapper #InnerModal #ModalLeft #AttorneyPA p {
				margin-left:15px;	
			}
			
			#ModalWrapper #InnerModal #ModalLeft ul {
				padding-left:15px;
			}
			
			#ModalWrapper #InnerModal #ModalLeft li {
				list-style-type:none;
				list-style-image:url('../images/Common/clear.gif');
				line-height:normal;
			}
			
			#ModalWrapper #InnerModal #ModalLeft h5 {
				color:#ffffff;	
			}
			
			#ModalWrapper #InnerModal #ModalLeft a {
				color:#34B7B2;	
			}
			
			#ModalWrapper #InnerModal #ModalRight a {
				color:#34B7B2;	
			}
			
			#ModalWrapper #InnerModal #ModalRight #ImageSpan {
				float:left;
				margin-right:15px;
				margin-bottom:10px;
				margin-top:10px;
			}
			
		#ModalWrapper #InnerModal #ModalRight {
			/*float:left;
			width:530px;*/
			padding:10px;
			background-color:#1606000;
			
			text-align:left;
			color:#ffffff;
		}
		
		#ModalWrapper #InnerModal #ModalRight #AttorneyVideo {
			margin:auto;
			text-align:center;
			padding-bottom:15px;
		}
