@import 'themes/eurid/blueprint/screen.css';
@import 'themes/eurid/eurid.css';

/*
 * Header section
 */

div#header {
  display: inline;
  float: left;
  height: 40px;
  padding-top: 13px;
}

div#logo {
  width: 590px;
  padding-left: 80px;
  float: left;
  margin-right: 10px;
}

div#logo a {
  display: block;
  width: 452px;
  height: 40px;
  background: url( 'themes/eurid/img/eurid_logo.jpg' ) no-repeat;
}

/*
 * Content section
 */

div#content_wrapper {
  padding-left: 80px;
  padding-right: 80px;
  width: 870px;
}

div#main_content {
  margin-top: 70px;
}

/*
 * Footer section
 */

div#footer {
  width: 900px;
  margin: auto;
  text-align: center;
}

/*
 * Form fields
 */

input {
  border: 1px solid #CCCCCC;
}

input.req, select.req {
  background-color: #D7E5F2;
}

