/* Generic form design */
form
{

}


/* Jobcode standard form design */
form.jcform
{
	/*text-align: center;*/
	width: 70%;
	min-width: 70%;
	/*margin-left: 15%;*/
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

form.jcform table
{
	width: 100%;
	background: transparent url(/images/jobcode/jcform.png);
	border: 0px none;
}

form.jcform table tr
{
	margin: 0px;
	padding: 0px;
	border: 0 none;
	background:transparent url(/images/jobcode/jcform-divider2.jpg) repeat-x scroll left bottom;
}

form.jcform table td
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;

	text-align: left;
	border: 0px none;
	padding:5px 10px 7px;
	margin: 0;
}

form.jcform table th
{
	padding:5px 10px 7px;
	text-align: left;
}

form.jcform table td.label
{
	width: 40%;
	text-align: right;
	vertical-align: top;
}

form.jcform label
{
	width: 200px;
	text-align:right;
	display: block;
}

form.jcform .text
{
	width: 75%;
	background-color:white;
	border:1px solid black;
	border-collapse:collapse;
	color:black;
	font-family:Verdana,Arial;
	font-size:1em;
	font-weight:normal;
}



form.jcform span.highlighted
{
	color:#FF0000;
	font-style:normal;
	font-weight:bold;	
}

form.jcform em
{
	color:#FF0000;
	font-style:normal;
	font-weight:bold;
}

/* TABbed style */
form.jcform table.tabbar
{
	display: none;
	width: 100%;
}
form.jcform table.tabbar ul
{
		list-style: none;
}
form.jcform table.tabbar ul li
{
	float: left;
	border: 1px solid #029;
	color: #029;
	margin-right: 5px;
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

form.jcform table.tabbar li.tabselected
{
	padding: 0px;
	padding-left: 9px;
	padding-right: 9px;
	background-color: #F9D3AE;
	border: 2px solid #000;
	color: #000;
	cursor: arrow;
}
form.jcform table.targethidden
{
		display: none;
}
form.jcform table.targetselected
{
		display: table;
}
/* Login form design */
form.indexlogin
{
	
}
form.indexlogin input.text
{
	width: 100%;
	max-width: 300px;
}
form.indexlogin input.formsubmit
{
	display: block;
	margin-top: -10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
/* Add other forms here */

form.indexsearch
{
	
}
form.indexsearch input.text
{
	width: 98%;
	min-width: 160px;
	margin-bottom: 4px;
}
form.indexsearch h3
{
	margin-bottom: 0px;
	text-align: left;
}

form.indexsearchzip input.text
{
	width: 30%;
}
/* mail */
form.editMail
{
	width: 100%;
}
form.editMail input.text
{
	width: 76%;
}
form.editMail textarea.text
{
	width: 98%;
	height: 250px;
}
/*form.editMail input.noprint
{
	width: 5%;
}*/

form.mailform table td.label
{
	width: 30%;
}
form.mailform .text
{
	width: 100%;
}
form.mailform textarea.text
{
	height: 250px;
}

/* user comments */
form.commentform textarea.text
{
	width: 95%;	
	height: 100px;
}

/* Own Pages */
table#ownPage_fieldset_fs_css textarea
{
	width: 100%;
	height: 499px;
}

