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



#another_window{
	width:369px;
	text-align:center;
	overflow:hidden;
}

#another_window p.title{
	text-align:center;
}

#another_window .col {
	float:left;
	width: 172px;
}

#another_window .col .l {
  margin-right: 25px;
}


/*col1*/
#another_window.aw1{
	width:369px;
	text-align:center;
}

/*col2*/
#another_window.aw2{
	width:369px;
	text-align:center;
}

/*col3*/
#another_window.aw3{
	width:566px;
	text-align:center;
}

/*col4*/
#another_window.aw4{
	width:763px;
	text-align:center;
}


@media print{
	#another_window{
		background: #F2F8E6;
	}
	
	#another_window.aw1,
	#another_window.aw2,
	#another_window.aw3,
	#another_window.aw4{	
		width:960px;
}
}