

label {
	display:						block;
	padding:						0;
	background:					transparent;
}



input[type=submit], input[type=reset], input[type=button] {
	color: 						#666;

	font-size: 15px;

	border: 						1px solid #ccc;
	
		background:#f7fbfc;
	border:1px solid #dae3e4;
		padding:5px 2px 5px 2px;;
}

input {
background:#f7fbfc;
padding:5px 2px 5px 2px;;
border:1px solid #dae3e4;
}


input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {

	background-color:			#11A6D4;
border:1px solid #40678E;
	cursor:						pointer;
	color: white;

	font-size: 15px;
background: url(../../modules/mpmanager/images/theme/button_over.png);
background-position: center bottom;
}





fieldset a {
	color: 						#105289;
	background-color: 		inherit;
	font-weight: 				bold;
	text-transform: 			uppercase;
}
fieldset a:hover {
	text-decoration: 			underline;
}
legend {
	font-size: 					1.1em;
	font-weight: 				bold;
}



input[type="checkbox"] {
width:18px; 
height:18px; 
border:0px ;
margin-top: 4px;
background: transparent;
}



input[type="radio"] {
width:18px; 
height:18px; 
border:0px !important;
margin-top: 4px;
background: transparent !important;
font-size: 12px;
}




select {
	
	background: #f7fbfc;
	border:1px solid #dae3e4;
	padding:2px;
	font-size: 13px;
	color: #666666;
	
}


select[name=timezone_offset] {
	background: #f7fbfc;
	border:1px solid #dae3e4;
	padding:2px;
	font-size: 12px;
	color: #666666;

	
}




textarea {
  width: 98%;
  height:150px;
	margin-bottom:0px;
	background:#f7fbfc;
	border:1px solid #dae3e4;
	padding:5px;
	font-size: 13px;
	color: #666666;

}




imageField  {
	

	border: 0px #000000 solid;
}


	

	.user_out input {
	padding: 0px;
	
	} 
