@charset "utf-8";
/* CSS Document */


body {font-family:"Myriad Pro", "Myriad Web Pro Condensed", sans-serif;
      font-size:14px;
	  }

.rounded-corners {
     -moz-border-radius: 10px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 5px;
	background-color:#181818;
	border:1px solid #474747;
	width:780px;
	margin:0 auto;
}


p {margin:10px;
   color:#848484;
   }
   
ol {margin:10px 10px 10px 0;
   color:#848484;
   
   
   margin-left:50px\9;
   color:#848484\9;
   }




.up { background:url(../images/up.jpg);
		background-repeat:no-repeat;
         width:135px;
		 height:21px;
		 padding-bottom:3px;
		 }



.arrow { background:url(../images/down.jpg);
		 background-repeat:no-repeat;
         width:135px;
		 height:21px; 
		 padding-bottom:3px; 
		 }
		 
		 
.email {  float:right;
        position:absolute;
		margin-top:30px;
		margin-left:616px;
		}
		
.margintop{ float:right;
        position:absolute;
		margin-top:33px;
		margin-left:640px;
       }
		 


