/*
	Current version: 1.1
	
	Site: Future Management
	www: futuremanagement.se
	Author: Malin Klingsell, malin.klingsell@atrox.se
	Notes: This file contains the rules of custom element of the site.
	------------------------------------------------------------------

	Version: 1.1
	
	Notes: Minor fixes and imporoved structure.
*/
/* Contact form */

#SendEmailForm ul
{
	list-style:none;
}

#position0 #SendEmailForm ul li
{
	list-style: none;
	background:none !important;
}

#contactEmail{
	width: 370px;	
}
#contactEmail ul
{
	width: 370px;
}
#contactEmail ul
{
	margin: 0;
	padding: 0;
}
#contactEmail li
{
	list-style: none;
	background:none !important;
}
#contactEmail input, #newsArchiveFilterLeft input
{
	width: 164px;
}
#contactEmail em
{
	color: #cd0014;
}

#contactEmail #subject, #contactEmail #message, #newsArchiveSearchString
{
	width: 355px !important;
}
#contactEmail #message
{
	height: 80px;
}

#contactEmail .left, #contactEmail .leftLast, #newsArchiveFormFrom
{
	clear: left;
	float: left;
	width: 180px;
}
#contactEmail .right, #newsArchiveFormTo
{
	width: 170px;
	float: left;
}
.contactEmailSubmit
{
	float:right;
	width: auto !important;
	font-size:11px;
}

/* WORKBUSTER */
#first_jobblist
{
	list-style:bullet !important;
}

/* Advanced form */
.advForm{ width: 386px; }
.advForm p{ font-size: 11px; }

.mandatory{ color: red; }
.advForm label
{
	display:block;
}

.advFormLeft, .advFormRight, .advFormFull
{
	margin:0 0 10px 0;
}

.radioValue, .checkboxValue{margin-right:20px;}

.advFormLeft
{
	float:left;
	display:inline;
	width:190px;
	margin:0 20px 10px 0;
}

	.advFormLeft .text, .advFormRight .text
	{
		width:170px;
		padding: 2px;
	}

.advFormRight
{
	float:left;
	display:inline;
	width:170px;
}

.advFormFull
{
	clear:both;
	float:none;
}

	.advFormFull .select
	{
		width:100%;
	}
	
	
	
	.advFormFull .textarea, .advFormFull .text
	{
		width:98%;
		padding: 2px;
	}
	
.submitContainer
{
	clear:both;
	float:none;
	text-align:right;
}

option.odd{background:#eeeeee}
option.even{background:silver}
.option4{background:red !important;}
