.album{
	clear:both;
	width:99%;
}
.album .photo{
	display:block;
	background-image:url(/assets/images/share-your-ride/frame.jpg);
	background-repeat:no-repeat;
	width:195px;
	height:250px;
	float:left;
	margin:10px 20px 10px 20px;
}
.album .photo a{
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	width:195px;
	height:173px;
}
.album .photo .title{
	text-align:center;
	font-weight:bold;
}
.right form label{
	font-weight: bold;
	display:block;
	color:#666666;
}
.right form label:hover{
	color:#000000;
}
.right form input{
	width:98%;
	padding:3px 0px;
	margin:5px 0px;
	background-image:url(/assets/images/contact/form_bg.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}