



.frame{
	
	width : 220px ;
	
	height : 320px;
	
border-style:dashed;

border-width: 1px ;
border-color: rgb( 180,180,180) ;



	list-style:none ;
	display: block;
	float:left;
	

	/*background-color:#9d2d17;*/
	/*background-color:rgb(50,50,50);*/  
	
	
	
	text-align:center ;
    /*line-height :10px ;*/
    padding-top :15px ;
    padding-left: 5px ;
    padding-right:5px ;
    padding-bottom:25px;
	margin: 5px ;
	margin-right: 45px ;
	margin-top: 25px ;
	



color : white;	
font-size: 14px ;
font-style:none ;



	
	
}

