* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
  color: #676767;
}

html, body {
  height: 100%;
}

/* DIV Boxes */
div#wrapper {
  position: relative;
  margin: 0 auto;
  width: 920px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

div#header {
  padding: 5px 0;
  text-align: center;
}

div#footer {
  color: #959597;
  font-size: 11px;
  height: 30px;
  margin-top: 15px;
}
div#footer img {
  vertical-align: middle;
}
div#footer a {
  padding-left: 7px;
}

div#eventBasics {
  padding: 5px 0 20px 0;
  background: transparent url(/images/registrationForm_bg_contact.jpg) no-repeat right bottom;
}

div.noBackground {
    background: none !important;
}

.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 */

a {
  color: #676767;
  text-decoration: underline;
}
a:hover {
  color: #222222;
  text-decoration: none;
}

img {
  border: 0 none;
}

h1 {
  letter-spacing: 0.05em;
  padding: 7px 0;
}
h2 {
  font-size: 1.4em;
  padding: 5px 0;
}
h3 {
  font-size: 13px;
  padding: 7px 0;
}

.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
p {
  line-height: 1.35em;
  padding-bottom: 7px;
}

.align_right {
  text-align: right;
}
.align_left {
  text-align: left;
}
.align_center {
  text-align: center;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.float_none {
  float: none;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.invisibile {
  visibility: hidden;
}
.noOutline {
  outline: none;
}

dl {
  line-height: 1.4em;
}
dt {
  vertical-align: top;
}
dd {
  margin-left: 10em;
  margin-top: -1.4em;
  vertical-align: top;
}

ul {
  padding: 0;
  margin: 2px 0 5px 15px;
}
ol {
  padding: 0;
  margin: 2px 0 5px 18px;
}

.lPadding {
  padding-left: 5px;
}
.rPadding {
  padding-right: 5px;
}
.bPadding {
  padding-bottom: 5px;
}
.hPadding {
  padding-top: 5px;
  padding-bottom: 5px;
}
.vPadding {
  padding-right: 5px;
  padding-left: 5px;
}

/* Forms */
label {
  cursor: pointer;
  float: left;
  width: 160px;
}
label.long {
    float: none;
    display: block;
    width: 715px;
    margin: 0 0 0 160px;
}
label.long2 {
    float: none;
    display: block;
    width: 715px;
    margin: 0 0 10px 0;
}
textarea.long,
input.long {
    margin-left: 160px;
}
label.radioLabel {
  padding-right:10px;
  display:inline;
}
input, select, textarea {
  color: #222222;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  font-size: 12px;
  padding: 0 1px;
  margin-bottom: 5px;
  border: 1px solid #BDBDBD;
}
input[disabled], select[disabled], textarea[disabled] {
  color: gray;
}
input[type=radio], input[type=checkbox] {
  height: 15px;
  margin-right: 5px;
  vertical-align: top;
  border: 0 none;
}
input[type=text],
input[type=password],
select.fixWidth {
  width: 220px;
}
input[type=image] {
  border: 0 none;
}
select {
  padding: 0;
}
textarea {
  width: 300px;
  height: 35px;
}
textarea.middleTextarea {
  height: 85px;
}
textarea.bigTextarea {
  height: 150px;
}

/* Errors */
input.error, textarea.error, select.error {
  border: 1px solid red;
}
label.error,
span.validationMessage,
.validationMessage {
  background-color: #EFD8D7;
  padding: 0 5px;
  line-height: 1.7em;
  display: block;
  color: #676767;
  clear: both;
}
label.error {
  width: 75%;
  float: none;
}
span.error {
	color: red;
}
.verification {
  color: #15BF0B;
}

/* definition list */
dl {
  line-height: 1.5em;
}
dt {
  vertical-align: top;
}
dd {
  margin-left: 7em;
  margin-top: -1.4em;
  vertical-align: top;
}

/* table */
table {
  color: #333333;
}
table tr td {
  padding: 0 0 5px 0;
}
table tr td.date {
  width: 75px;
  vertical-align: top;
}

/* Content */

.borderRadiusBox {
  padding: 5px;
  background-color: #F9FBF8;
  border: 1px solid #BDBDBD;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
div.divider {
  height: 20px;
  clear: both;
}
div.greenBoxHeader {
  background: transparent url(/images/barHeader_bg.png) no-repeat scroll right top;
  padding: 3px 0 3px 10px;
  color: #FFFFFF;
}
div.greenBoxContent {
  border: 1px solid #BDBDBD;
  border-top: 1px solid #6B8679;
  padding: 0 10px 10px;
  background-color: #FFFFFF;
}

div.greyBoxContent {
  padding: 8px 10px 3px 10px;
}

div.eventContent {
  width: 55%;
  overflow: hidden;
}
div.eventLogo {
  width: 40%;
  text-align: right;
  overflow: hidden;
}

div#registrationForm  {
  background: transparent url(/images/registrationForm_bg.gif) repeat-y center top;
}
div#registrationForm div#registrationFormHeader {
  height: 12px;
  background: #FFFFFF url(/images/registrationForm_bg_header.gif) no-repeat scroll right top;
}
div#registrationForm div#registrationFormContent {
  padding: 0 0 10px 20px;
}
div#registrationForm div#registrationFormFooter {
  height: 30px;
  background: #FFFFFF url(/images/registrationForm_bg_footer.gif) no-repeat scroll right top;
  padding: 15px 20px;
}
div#registrationForm div.optioncontainer {
	padding-bottom:10px;
}