﻿
fieldset li { 
list-style-type: none;
float: left;  
clear: left;  
width: 100%;
padding: 3px 0;  
}
fieldset.submit {   
border: 0 none #FFF;  
padding-left: 12em;
}
font {
color:#FF158D;
}

label {  
 
float: left;  
width: 10em;  
margin-right: 1em;
color:#FF158D;
}
.validation {  
float: left;  
width: 20em;
margin-right: 1em;  
text-align: right;
color:#FF158D;
}
legend{
font-weight:bold;

}
input {
  font-size:0.8em; /* whatever default font size you want */
	color:#161c6d;
}
textarea {
  font-size:0.8em; /* whatever default font size you want */
	color:#161c6d;
}

select {
  font-size:0.8em; /* whatever default font size you want */
  color:#161c6d;
  z-index: 11;

}
.submit{
  
  

}
.button{
 
  

}
.form
{
	background:#E5EFF1;
	margin:21px 0px 0px 14px;
    border-style:none;
	border-width: 1px 1px 1px 1px
}
error
{
	width:500px;
	color: #CC0000;
	background:#FFFFFF;
	margin-left:3px;
	padding-right: 5px; 
}

.error li
{
	
	font-weight: bold;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


