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

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: none;
	color: #cc0000;
	background: #C9E2F1;
}
table.kuyform input.action,
.NewsletterForm input.action{
    background: url(../images/button_bg.gif) no-repeat 0 0 !important;
    width: 104px;
    height: 21px;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 5px 10px 10px 0;
	padding: 4px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	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: 2px;
	border: 1px solid #c9e2f1;
	color: #000 !important;
	font-size: 12px;
	width: 230px;
}

.small input.text{
    width: 47px;
}
.required input.text,
.required textarea,
.required select
textarea.error,
input.error{
	border: 1px solid #cc0000;
	color: #cc0000;
}
/* Messagebox
---------------------------------------- */
p.message{
    border: 2px solid #009900;
    padding:5px 5px 5px 5px;
    color:#009900;
    background: #ccffcc;
}
p.error{
    border: 2px solid #cc0000;
    padding:5px 5px 5px 5px;
    color:#cc0000;
    background: #ffcccc;
}
/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {}
table.kuyform label,
.NewsletterForm label{
    padding: 0 12px 0 0;
}
table.kuyform label.error,
table.kuyform label.required,
.NewsletterForm label.error,
.NewsletterForm label.required,
.NewsletterForm label.validation{
    padding: 0 0 0 0;
    display: block !important;
    width:100%;
    color: #cc0000;
}
table.kuyform label.message,
.NewsletterForm label.message{
    display: none;
}
label.right {
	display:inline;
}
/* 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;
}
