

bo {
    color: #262626;
	background: #f4f4f4;
	font: normal 12px/18px Verdana, sans-serif;
}

#content {
	/*width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 10px 10px 10px #cbcbcb;
	-webkit-box-shadow: 10px 10px 10px #cbcbcb;*/
	width: 0; 
        height: 0; 
        padding: 0; 
        outline: none; 
        position: relative; 
        overflow: hidden; 
        z-index: 1102; 
        border: 0px solid #fff; 
        -moz-border-radius:10px 10px 10px 10px; 
        border-radius:10px 10px 10px 10px; 
        -webkit-border-radius: 10px 10px 10px 10px; 
}
#fancybox-content { 
        width: 0; 
        height: 0; 
        padding: 0; 
        outline: none; 
        position: relative; 
        overflow: hidden; 
        z-index: 1102; 
        border: 0px solid #fff; 
        -moz-border-radius:20px 20px 20px 20px; 
        border-radius:20px 20px 20px 20px; 
        -webkit-border-radius: 20px 20px 20px 20px; 
} 
#fancybox-outer { 
        position: relative; 
        width: 100%; 
        height: 100%; 
        background: #fff; 
       -moz-border-radius:10px 10px 10px 10px; 
        border-radius:10px 10px 10px 10px; 
        -webkit-border-radius: 10px 10px 10px 10px; 
}
h1 {
	margin: 30px 0 15px 0;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #E5E5E5;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
}

a {
	outline: none;
}

a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

a img.last {
	margin-right: 0;	
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
}

.border
{
    -moz-border-radius: 0 6px 0 6px;
	border-radius: 0 6px 0 6px;
}