#textboxes {
	width:900px;
	margin:10px 0px;
	background-color:#FFFF99;
}

#textbox1, #textbox2, #textbox3, #textbox4, #textbox1top, #textbox2top, #textbox3top, #textbox4top, #textbox1bottom, #textbox2bottom, #textbox3bottom, #textbox4bottom, #textboxbody1, #textboxbody2, #textboxbody3, #textboxbody4, #textbox1top h2, #textbox2top h2, #textbox3top h2, #textbox4top h2 {
	width:200px;
}

#textboxbody1, #textboxbody2, #textboxbody3, #textboxbody4 {
	border-left:1px solid #333;
	border-right:1px solid #333;
	padding:10px 0px;
	margin:0px;
}

#textboxbody1, #textboxbody2, #textboxbody3, #textboxbody4, #textbox1bottom, #textbox2bottom, #textbox3bottom, #textbox4bottom {
	background-color:#0FF;
}

#textboxbody1 p, #textboxbody2 p, #textboxbody3 p, #textboxbody4 p {
	background-color:#9933FF;
	width:180px;
	text-align:left;
	margin:auto;
}

#textbox1top h2 { background-color:#F0C; }
#textbox2top h2 { background-color:#3F0; }
#textbox3top h2 { background-color:#06F; }
#textbox4top h2 { background-color:#FF0; }

#textbox1, #textbox2, #textbox3, #textbox4 {
	border-color:1px rgb(255,0,102) solid;
	height:auto;
	margin-left:0px;
	margin-bottom:25px;
	float:left;
} 

#textbox1top, #textbox2top, #textbox3top, #textbox4top {
	margin-left:0px;
	height:30px;
	border: 1px solid #333;
	background:#ccc;
}

#textbox1top, #textbox2top, #textbox3top, #textbox4top, #textbox1top h2, #textbox2top h2, #textbox3top h2, #textbox4top h2 {
	border-top-left-radius:12px;
	border-top-right-radius:12px;
	-webkit-border-top-left-radius:12px; /* -webkit for Safari and Google Chrome */
	-webkit-border-top-right-radius:12px; /* -webkit for Safari and Google Chrome */
	-moz-border-radius-topright:12px; /* -moz for Firefox, Flock and SeaMonkey  */
	-moz-border-radius-topleft:12px;  	/* -moz for Firefox, Flock and SeaMonkey  */
}

#textbox1top h2, #textbox2top h2, #textbox3top h2, #textbox4top h2 {
	margin:0;
	line-height:30px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	text-align:center;
}

#textbox1bottom, #textbox2bottom, #textbox3bottom, #textbox4bottom {
	height:15px;
	border-bottom: 1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px; /* -webkit for Safari and Google Chrome */
	-webkit-border-bottom-right-radius:12px; /* -webkit for Safari and Google Chrome */
	-moz-border-radius-bottomright:12px; /* -moz for Firefox, Flock and SeaMonkey  */
	-moz-border-radius-bottomleft:12px;  	/* -moz for Firefox, Flock and SeaMonkey  */
}