.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

 .form{ 
    max-width: 80%; 
    min-width: 20%; 
    border-width: 2px; 
    border-color: #AAA; 
    border-radius: 5px; 
    border-style: solid; 
	border:none;
    color: #222222; 
    font-size: 14px; 
    margin: 0px; 
    background-color: #eee;
} 
.content{ 
    margin: 0px; 
} 

#Send {
    margin-top:15px;
	margin-bottom:20px;
}

#contactinfo h2 {
	margin-top: 0px;
}

#contactinfo .lead {
	color: #AAA;
}

#contactheader {
  background: #132238 url("../images/st2.png") no-repeat scroll 97% bottom;
  padding:20px;
  color: #ffffff;
}

#contacttop .fa {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    font-size: 40px;
    height: 70px;
    line-height: 67px;
    text-align: center;
    vertical-align: middle;
    width: 70px;
	padding:0 0 0 7px;
}

.fa {
    font-size: 30px;
    vertical-align: middle;
	padding-right:10px;
}
#contactfooter {
	width: 100%;
	background-color: #fff;
	color: #aaa;
}

#contactmain {
	background-color:#eee;
}

#contactfooter .nav > li > a {
	display: inline;
	color: #aaa;
	text-decoration: underline;
}
.form label{ 
    color: #222222; 
    font-size: 14px; 
    display: block; 
} 
.form input[type=radio], input[type=checkbox]{ 
    margin: 10px; 
    width: 13px; 
} 
.form div{ 
    display: block; 
} 
.form input, form textarea, form select{ 
    border-width: 1px; 
    border-style: solid; 
    border-color: #132238; 
    border-radius: 0px; 
    padding: 3px; 
    width: 90%; 
} 
.form, .form h1, .form h2{ 
    font-family: 'Roboto', sans-serif;; 
} 
.form h1{ 
    font-size: 20px; 
    padding: 0px; 
    margin: 0px; 
    margin-bottom: 10px; 
    border-bottom-color: #CCCCCC; 
    border-bottom-width: 2px; 
    border-radius: 0px; 
} 
.intro{ 
    margin-bottom: 10px; 
} 
.clear{ 
    clear: both; 
} 
.form textarea{ 
    height: 150px; 
    width: 90%; 
} 
.form input[type=submit]{ 
    width: 50%; 
    background-color: #132238; 
    color: #FFFFFF; 
} 
.field{ 
    margin-bottom: 5px; 
} 
