/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

/* styles for registration page form */

.red {
	color: red;
}

div#member-registration-page {
	width: 700px;
}

div#member-registration-page .form_entity {
	clear: both;
}

div#member-registration-page .registration_form_label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 200px;
 }

 div.registration_submit {
	 float: left; 
	 margin-left: 150px; 
	 margin-right: 20px;
 }

 div#member-registration-page div.registration_submit {
	 margin-left: 300px; 
 }

 a.why {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 17px;
	height: 17px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background-color: #1a7ba3;
	-moz-box-shadow: inset 0 -2px 0 #093f54;
	-webkit-box-shadow: inset 0 -2px 0 #093f54;
	box-shadow: inset 0 -2px 0 #093f54;
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.35) 0%, rgba(255,255,255,.35) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.35) 0%, rgba(255,255,255,.35) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.35) 0%, rgba(255,255,255,.35) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.35) 0%, rgba(255,255,255,.35) 100%);
	text-align: center;
	font: 13px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}