/* Style Sheet */

body { margin:0px;
       background-color:#f1f1f1; }

#horizon { color:white;
	   background-color:#0ff;
	   text-align:center;
	   position:absolute;
	   top:50%;
	   left:0px;
	   width:100%;
	   height:1px;
	   overflow:visible;
	   visibility:hidden;
	   display:block; }

#wrapper { text-align:center;
	   position:absolute;
	   top:-110px;
	   width:100%;
	   height:70px;
	   visibility:visible; }

.cleardefault { font-style:italic;
                color:#c7c7c7; }
                
.roundedCorners { width:330px;
                  height:20px;
                  padding-top:0px;
	          padding-bottom:2px;
                  padding-left:2px;
                  padding-right:2px;px;
                  background-color:#f1f1f1;
                  border:1px solid#cfcfcf;
                  -webkit-border-radius:3px; /* Do rounding (native in Safari, Firefox and Chrome) */
                  -moz-border-radius:3px; }