@CHARSET "ISO-8859-1";

html,body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff url(bg.gif);
}

body {
	padding: 10px;
	font: 80%/135% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica,
		sans-serif;
}

p {
	margin: 1em 0;
}

a img {
	border: none;
	vertical-align: middle;
}

img {
	opacity:0.4;
	filter:alpha(opacity=40);
}

h3 {
	text-align: center;
}

#labfooter {
	text-align: center;
	border-top: 1px solid black;
	clear: both;
}

#labfooter a {
	font-size: smaller;
}

/* CSS for the box starts here
================================================*/
	/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding: 0 10px;
	margin: 1em 0;
	background: #fff;
	border: 1px solid #666;
}

.cbb h1 {
	margin: 0 -10px;
	padding: 0.3em 10px;
	background: #efece6;
	font: bold 3.2em/1 Arial, Helvetica, sans-serif;
	text-align: center;
}

.cbb h2 {
	margin: 0 -10px;
	padding: 0.3em 10px;
	background: #efece6;
	font: bold 1.2em/1 Arial, Helvetica, sans-serif;
}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */
	/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	margin: 0.5em 0;
}

.two {
	width: 30%;
	float: left;	
	margin-right: 30px;
}

.three {
	width: 30%;
	float: right;
}

/* Rules for the top corners and border */
.bt {
	background: url(box.png) no-repeat 100% 0;
	margin: 0 0 0 18px;
	height: 17px;
}

.bt div {
	height: 17px;
	width: 18px;
	position: relative;
	left: -18px;
	background: url(box.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background: url(box.png) no-repeat 100% 100%;
	margin: 0 0 0 12px;
	height: 14px;
}

.bb div {
	height: 14px;
	width: 12px;
	position: relative;
	left: -12px;
	background: url(box.png) no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	padding: 0 0 0 12px;
	background: url(borders.png) repeat-y 0 0;
}

/* Insert the right border */
.i2 {
	padding: 0 12px 0 0;
	background: url(borders.png) repeat-y 100% 0;
}

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background: #fff;
	border: 1px solid #fff;
	border-width: 1px 0;
	padding: 0 10px;
}

/* CSS for the box ends here */

/* Just a bit of styling for this example. Adjust as you wish. */
.cb h1 {
	margin: 0 -10px;
	padding: 0.3em 10px;
	background: #efece6;
	font: bold 3.2em/1 Arial, Helvetica, sans-serif;
	text-align: center;
}

.cb h2 {
	margin: 0 -10px;
	padding: 0.3em 10px;
	background: #efece6;
	font: bold 1.2em/1 Arial, Helvetica, sans-serif;
}
