 .corners {
	 -webkit-border-radius: 20px;
	 -moz-border-radius: 20px;
	 -o-border-radius: 20px;
	 -ms-border-radius: 20px;
	 -khtml-border-radius: 20px;
	 border-radius: 20px;
 }
 
 #container {
	position: fixed;
	top: 25%;
	left: 35%;
    height: 100px;
    color: black;
    background: none repeat scroll 0 0 #e9eaee;
    border: 2px solid #ffffff;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    padding: 10px 10px 10px;
    text-align: center;
    text-shadow: 2px 2px 2px #CC6666;
    width: 360px;
    height: 185px;
    -moz-box-shadow: 0 0 30px 5px #999;
	-webkit-box-shadow: 0 0 30px 5px #999;
}