/*
 *  fractalartcontests.com/2006 Style Sheet
 *  Copyright © 2006 Damien M. Jones
 *  January 22, 2006
 */

/* forms */
/* Using tables for forms is a bit of a hack, but CSS doesn't work well for laying
   out forms. Table grids, however, do work well for forms. */

form {
	margin-bottom: 0px;
	}
form table.formcontainer {
	border-collapse: collapse;
	width: 100%;
	padding: 0px;
	border: none;
	}
form .formsectiontitle {
	padding: 0px;
	border: none;
	}
form .formsection {
	border-collapse: collapse;
	padding: 0px;
	border: none;
	}
form .forminside {
	border-collapse: collapse;
	padding: 0px;
	border: none;
	}
form .formbox {
	padding: 0px;
	border: none;
	vertical-align: top;
	}
form .formbox table {
	border-collapse: collapse;
	}
form .formcell {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	border: none;
	}
form .formbox .formcell {
	border: none;
	}

form .formcell label {
	display: block;
	margin-bottom: -4px;
	white-space: nowrap;
	}

/* input fields styles */

.formtfield, .formufield, textarea {
	border: 1px inset #999999;
	background-color: #F6EAEA;
	font-size: 14px;
	line-height: 18px;
	font-family: "Trebuchet MS", "Tahoma", "Arial", "Helvetica", "Swiss", "sans-serif";
	color: #000000;
	}
textarea {
	overflow: auto;
	}
.radiolist {
	margin: 24px 40px 0px;
	padding: 0px;
	}
.radiolist li {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.formrbutton {
	border: none;
	background-color: transparent;
	color: #000000;
	}
.formabutton {
	border-left: 1px outset #D0B0CC;
	border-top: 1px outset #D0B0CC;
	border-right: 1px outset #B090AC;
	border-bottom: 1px outset #B090AC;
	background-color: #C0A0BC;
	color: #000000;
	font-weight: bold;
	}

/* other widgets/styles */

.formsubmitcell {
	text-align: right;
	padding-top: 4px;
	}
	
tr.separator {
	height: 24px;
	}
