@charset "UTF-8";
/* CSS Document */
#container{
	width:400px;
	height:380px;
	margin:0 auto;
}
#head{
	margin-bottom: 10px;
	margin-left: -27px;
}
#form_container{
	width:350px;
	margin:0 auto;
}
#name_field{
	float:left;
	width: 300px;
	height: 25px;
	margin-bottom: 10px;
}
#address_field{
	float:left;
	clear:left;
	width: 300px;
	height: 25px;
	margin-bottom: 10px;
}
#city_field{
	float:left;
	clear:left;
	width: 300px;
	height: 25px;
	margin-bottom: 10px;
}
#zip_field{
	float:left;
	clear:left;
	width: 300px;
	height: 25px;
	margin-bottom: 10px;
}
#phone_field{
	float:left;
	clear:left;
	width: 300px;
	height: 25px;
	margin-bottom: 10px;
}
#email_field{
	float:left;
	clear:left;
	width: 300px;
	height: 25px;
	margin-bottom: 10px;
}
#submit1{
	float:right;
	clear:left;
	margin-right: 33px;
}
.highlight{
    color:#cf4044;
}
.loading {
    float:right; 
    background:url(ajax-loader.gif) no-repeat 1px; 
    height:28px; 
    width:28px; 
    display:none;
}
.done {
    background:url(iconIdea.gif) no-repeat 2px; 
    padding-left:20px;
    font-family:"Arial Rounded", Arial, Helvetica, sans-serif;
	color: white;
    font-size:22px; 
    width:70%; 
    margin:154px 42px; 
    display:none;
}
#download{
	margin-top: 3px;
	margin-left: 98px;
}
#info{
	float: left;
	clear: left;
	width: 289px;
	margin-left: 38px;
	text-align: center;
}
