#topleft {
	border-top-style: solid;
	border-left-style: solid;
}

#topright {
	border-top-style: solid;
	border-right-style: solid;
}

#bottomright {
	border-right-style: solid;
	border-bottom-style: solid;
	
}

#bottomleft {
	border-bottom-style: solid;
	border-left-style: solid;
	
}

