/* CSS Document */

#container {

		width:685px;
		height:350px;
		margin-top:25px;
	}
#row1 {
	   width:676px;
	   height:61px;
	   }

#td1 {
	float:left;
	width:24px;
	height:61px;
	text-align:center;
	/*background-image: url(../images/bg3.jpg);*/
	background-repeat: repeat-y;
	background-position: right;
	margin-right:2px;
	margin-bottom:2px;
	}
#td2{
	float:left;
	width:176px;
	height:61px;
	padding-left:15px;
	background-color:#f7f7f7;
	margin-bottom:2px;
	}
#td2a {
		float:left;
		width:20px;
		height:61px;
		margin-right:2px;
		margin-bottom:2px;
		background-image: url(../images/bg1.jpg);
		background-repeat: repeat-y;
		background-position: right;
		}

#td3 {
	float:left;
	width:98px;
	height:61px;
	text-align:center;
	margin-bottom:2px;
	}	
.arrow {
		padding-top:20px;
		}
		
#row2 {
	   width:676px;
	   height:1px;
	   border-bottom:1px dashed #CCCCCC;
	   
	   }
.image {
		margin-left:20px;
		}