.box {
    background-color: #ffffff;
    color: #ffffff;
    height:  401px;
    left: 100%;
    padding:0px;
    position: fixed;
    right: 30%;
    top: 15%;
	width: 750px;
    z-index: 101;
	border:5px solid #ffffff;
	border-radius:10px;
	-moz-border-radius:10px;
	/*box-shadow: 5px 5px 5px #000000;*/
	-moz-box-shadow: 0 0 3px 3px #000;
-webkit-box-shadow: 0 0 3px 3px #000;
box-shadow: 0 0 5px 5px #000;

	background:url(award_2012.jpg) no-repeat;

}

.overlay {
    
	background: url("bg.png") repeat scroll left top transparent;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
	z-index: 100;
	opacity:0.3;
	filter:alpha(opacity=60);
}

a.boxclose {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 25px;
    position: relative;
    top: -25px;
    width: 26px;
}