/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
	padding:0px;
	font-size: 1.2em;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}

.middleColumn {
 	display: block;
 	margin: 0px 10px 15px 0px;
	clear: left;
	width:300px;
}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.middleColumn .message {
		margin: 0;
	}
/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
	padding: 0px;
	border: 1px solid #999999;
	background-color:#000000;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	width: 300px;
}

input:focus, textarea:focus, .calendardate input :focus, input:hover, textarea:hover, .calendardate input :hover{
color: #ffffff;
background: #333333;
}

.calendardate input {
padding: 0px;
border: 1px solid #999999;
background-color:#000000;
color: #ffffff;
font-size: 13px;
font-weight: normal;
width:150px;
}

.calendardate {
display: normal;
}

.typography .day{
color:#666666;
}

/* LABELS
---------------------------------------- */
.typography label {
 	display: block;
	font-size: 13px;
	color: #ffffff;
	padding:0px;
	margin:0px 0px 2px 0px;
}

label.right {
	display:inline;
}

.message, .validation {
color:#990000;
font-weight: bold;
}
/* SEARCH BOX 
---------------------------------------- */
#Search {
	width: 105px;
}
	input#Search_Form_SearchForm_Search {
		width: 110px;
		padding: 3px;
		margin-left: -4px;
		font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}

/* OPTIONSET AND CHEBOXSET
---------------------------------------- */
.optionset .middleColumn, .checkboxset .middleColumn {
	background: none;
}
.optionset ul li, .checkboxset ul li, .checkbox ul li {
	background-image: none;
	padding-left: 11px;
	margin: 0;
	list-style-type: none;
	line-height: 15px;
}
.optionset ul li input, .checkboxset ul li input, .checkbox ul li input {
	line-height: 15px;
	margin: 0;
	padding: 0;
}
.optionset ul li label, .checkboxset ul li label {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
	float: none;
	line-height: 15px;
	position: relative;
	bottom: 2px;
}
.checkbox .right {
	float: none;
	line-height: 15px;
	position: relative;
	bottom: 2px;
}
