@charset "utf-8";
/* gif/JPG rounded corners */

.gifcorners {
background-image: url(top-left.gif), url(top-right.gif), url(bottom-left.gif), url(bottom-right.gif);
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
background-position: top left, top right, bottom left, bottom right;
}.formspace {
	clear: both;
	height: 15px;
}

