



/* get rid of those system borders being generated for A tags */
a:active {
       outline:none;
}

:focus {
 	   -moz-outline-style:none;
}

#facebox {
	/* overlay is hidden before loading */
		display:none;
	/* standard decorations */
   
		width: 400px;
   		height: 300px;

	border:10px solid #666;
	/* for modern browsers use semi-transparent color on the border. nice! */
		border:10px solid rgba(82, 82, 82, 0.698);
	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	}

#facebox div {
	height:100%;
	border:1px solid #3B5998;
	background-color:#FFF;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif
	}
#facebox h2 {
		margin:-11px;
		margin-bottom:0px;
		color:#fff;
		background-color:#6D84B4;
		padding:5px 10px;
		border:1px solid #3B5998;
		font-size:20px;
	}
#facebox .close {
	color: #FFF;
	background-color: #666;
	border: 1px solid #666;
    }
    
#facebox .fom {
		background-color: #FFF;
		width: 398px;
		height: 298px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		color: #000;
		border: 0px solid #3b5998;
}
    
