﻿/*
2007 Inorbital - Reusable form styles
Author: Mark Balson
*/

table.form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 60%;
	border-collapse: collapse;
	}

table.form th, table.form td {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
	}

table.form th.formtitle	{
	color: #ffffff;
	font-weight: bold;
	background-color: #efefef;
	}

table.form th.question {
	color: #000000;
	font-weight: bold;
	width: 40%;
	background-color: #f5f5f5;
	}

table.form th.subtitle {
	color: #cccccc;
	font-weight: bold;
	background-color: #f5f5f5;
	}

table.form th.subtitle span	{
	font-weight: normal;
	}

table.form td {
	background-color: #f5f5f5;
	}

table.form td ul {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}

table.form td ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	}

table.form td p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

table.form label {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	}

table.form td ul li label {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	}

table.form input.textfield	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 125px;
	height: 17px;
	font-size: 12px;
	border: 1px solid #cccccc;
 	}

table.form input.medtextfield {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 175px;
	height: 17px;
	font-size: 12px;
	border: 1px solid #ccc;
	}

table.form input.longtextfield	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	height: 17px;
	font-size: 12px;
	border: 1px solid #ccc;
	}
	
table.form textarea	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	width: 555px;
	height: 68px;
	}

table.form select {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	height: 17px;
	font-size: 12px;
	}

table.form input.checkbox {
	float: left;
	}

table.form .required {
	color: red;
	}
