/** 
 * Form Styling
 */

form *{
	
}

/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
}

/* 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 {
 	margin-right: 10px;
}

.CompositeField .field{
	float:left;	
}

.CompositeField{
	margin:5px;
	margin-bottom: 0;
	padding:5px;
	padding-top:8px;
	border:1px solid #ccc;
	position:relative;
}

.CompositeField h1{
	position:absolute;
	top: -6px;
	left:5px;
	background:white;
	font-weight:bold;
	font-size:11px;
	padding: 0 2px;
}

.simpleimage .thumbnail img{
	height:18px;
}

.simpleimage .thumbnail{
	height:18px;
	width:18px;
	float:left;
	border:1px solid #A7A7A7;
	margin-right:5px;
}


/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select{
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	background: #f4fbff;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

option{
	background:#fff;
}

/* MESSAGES
-----------------------*/

.message{
	padding:2px;
}

.Actions{
	padding:5px;
}

label .required{
	font-col
}

/*
.message{
	padding:2px;
	display:inline;
	font-weight:bold;
}

.message.required{
	background:#f99;
	border:2px solid #f44;
}*/