body {
			margin: 0px;
			font-family: helvetica, veranda, sans-serif;
			padding-top: 10px;
}

a {
	text-decoration:none;
	color:#000;
	display:block;
	margin:-10px;
	padding:10px;
}
img {
	border-style:none;
}
		
.shadow-container {
	display: block;
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
.shadow2, .shadow3, .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	.shadow1:hover {
		background: #F1F0F1;
         -moz-border-radius: 10px;
		 -webkit-border-radius: 10px;
		 -khtml-border-radius:10px;
		
	}
 
	.shadow2:hover {
		background: #DBDADB;
         -moz-border-radius: 10px;
		 -webkit-border-radius: 10px;
		 -khtml-border-radius:10px;	
	}
 
	.shadow3:hover {
		background: #B8B6B8;
         -moz-border-radius: 10px;
		 -webkit-border-radius: 10px;
		 -khtml-border-radius:10px;	
	}
 
	.container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 10px;
         -moz-border-radius: 10px;
		 -webkit-border-radius: 10px;
		 -khtml-border-radius:10px;
	}
	
	
	
	
	
#table { 
  display: table; 
  border-collapse: collapse; 
  margin-left:-20px;
  
} 

.cell-1 { 
  display: table-cell; 
  padding: 5px;
  width: 180px;
  
} 

.cell-2{ 
  display: table-cell; 
  padding: 5px;
  vertical-align: bottom;
  width:30px;
} 



#wrapper {
width: 390px;
margin-left: auto;
margin-right: auto;

}

.row {
	display: table-row;
}

.container {
	font-family: helvetica, veranda, sans-serif;
	text-align:center;
	font-size: .9em;
}

#footer {
	text-align:center;
	font-size:.6em;
	color:#777;
	font-variant:small-caps;

}

