@import url(reset.css);
@import url(modules.css);
@import url(layout.css);
@import url(states.css);
@import url(fonts.css);
@import url("../../css/form.css");
@charset "utf-8";
/* All base HTML tags. No IDs or Classes should be included here 
   This section of the theme should only include semantic HTML tags like: <body>, <ul>, <p>, etc…
*/

body { background-color:#f3f7f4; line-height:120%; font-family:verdana; font-size:14px; }
h1,h2,h3,h4,h5,h6 {}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
label { font-weight:normal; }