

/* 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;
	margin:0px auto;

	/* standard decorations */
	width:450px;	
	border:10px solid #2F5477;

	/* for modern browsers use semi-transparent color on the border. nice! */
	border:10px solid rgba(47, 84, 119, 0.698);

	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#facebox div {
	text-align:left;
	padding:10px;
	border:1px solid #3B5998;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#facebox h2 {
	margin:-11px;
	margin-bottom:0px;
	color:#009ED8;
	padding:5px 10px;
	border:1px solid #3B5998;
	font-size:16px;
}

.indentImg {
margin-right: 10px;
margin-bottom: 10px;
float:left;
}

.clear {
clear:both;
}

img {
border:none;
}

<!--[if IE]>
   <style type="text/css">
   .facebox {
       background:transparent;
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#2F5477,endColorstr=#2F5477);
       zoom: 1;
    }
    </style>
<![endif]-->
