
div#content input, div#content select, div#content textarea, div#content .input, div.box
{	background: 		#F9F9F9 url(/imgs/design/form-input.gif) repeat-x;
  border: 				1px solid #999999;
  min-height:			30px;
  _height:				30px;
  
  font-family: 		Verdana,Arial;
	font-size: 			1.5em;
	line-height: 		32px;
	margin:					0 2px 0 0;
  padding: 				6px 0 0 6px;
  padding: 				0 0 0 6px !ie;
  _padding:				0 0 0 6px;
}
div#content input:focus, div#content select:focus, div#content textarea:focus
{	border: 				1px solid #e67f20;
}

div#content input.check, div#content input.radio
{	background: none !important;
	border:			0 !important;
	height:			auto;
	padding:		auto;
	margin:			auto;
}

/* Form Stuff! --------------------------------------------------------------------------------------------------------------- */

form
{	margin:		15px 0 0 -280px;
	width:		560px;
	position:	relative;
	left:			50%;
}
div.col form
{	left:			0;
	margin-left:	0;
	width:		auto;
}
div#content form p
{	clear:		both;
	margin:		0 0 4px 0;
}
div#content form .whole
{	width:		550px;
}
div#content form .half
{	width:		269px;
	float:		left;
}
div#content form .third,
div#content form .commbox select
{	width:		176px;
}
div#content form p b
{	display:		block;
}
div#content form p b.half
{	float:		left;
	width:		280px;
}
div#content form p b.third
{	float:		left;
	width:		186px;
}
div#content form select
{	font-size: 		1em;
	line-height: 	1em;
	height:				auto;
}
div#content form textarea
{	background:	white url(/imgs/design/form-input2.gif) repeat-x;
	height:			100px;
	font-size: 	1em;
	line-height: 1em;
}
div#content input.button
{	height:					20px;
	min-height:			20px;
	background:			url(/imgs/design/form-button.jpg) no-repeat left center;
	font-size:			16px;
	line-height:		16px;
	text-align:			left;
	color:					white;
	padding:				0 5px 1px 2px;
	_padding:				0 5px 0 6px;
	margin:					0 0 0 0;
	border:					1px outset #015D8E;
}

div#content form .submit
{	width:					170px;
	height:					50px;
	background:			url(/imgs/design/form-submit.png) no-repeat;
	_background:	none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/imgs/design/form-submit.png');
				
	border:					0;
	margin:					5px 0 0 -10px;
	padding:				0 0 11px 14px;
	_padding:				0 0 12px 18px;
	font-size:			16px;
	text-align:			left;
	color:					white;
	position:				relative;
}

table
{	border-collapse: collapse;
	margin:		6px 0;
}
table td
{	padding:		3px;
	margin:		0;
}
.head
{	background:			#F3F5CC;
	color:				black;
	padding:				6px 4px;
	margin:				0 0 5px 0;
}
.col
{	float: left;
	width:	49%;
}
div.box
{	overflow:		scroll;
	height:			200px;
	padding: 		5px;
	font-size:	1em;
	line-height: 1em;
	background:	white url(/imgs/design/form-input2.gif) repeat-x;
}
div#content form iframe.whole
{	height:			300px;
}

/* - Minimal styles - ---------------------------------------------------------------------------------------------------------- */
body.minimal form
{	width:		500px;
	margin:		15px 0 0 -250px;
}
body.minimal div#content form .whole{	width:		482px; }
body.minimal div#content form .half{	width:		240px; }
body.minimal div#content form .third{	width:		140px; }


/* - MINI styles - ---------------------------------------------------------------------------------------------------------- */
.box form,
form.mini
{	width:		350px;
	margin:		0;
	left:			0;
}
.box form .whole,
form.mini .whole{	width:	340px !important; }
.box form .half,
form.mini .half{	width:	165px !important; _width:	156px !important; }
.box form .third,
form.mini .third{	width:	106px !important; _width:	101px !important; }

.SI-FILES-STYLIZED label.cabinet
{
	width: 200px;
	height: 40px;
	background: url(/imgs/design/FileUploadButton.png) 0 0 no-repeat;

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}