.page form {
	padding: 0;
}

.page form fieldset.group {
	border-bottom: 2px solid #f4f4f4;
}

.page form fieldset.group legend {
	font-size: 150%;
	padding: 0.5em 15px;
	font-style: italic;
}

.page form div.field {
	padding: 0.3em 15px;
}

.page form div.actions {
	padding: 1.5em 15px;
}

.page form div.field label {
	float: left;
	width: 14em;
}

.page form div.field.required label {
	font-weight: bold;
}
	
.page form div.field.required label:after {
	content: " *";
}
	
.page form div.field.error label {
	color: #d00;
}
	
.page form div.field.error .message {
	margin-top: 0.25em;
	padding-left: 14em;
	color: #d00;
}

.page .nevow-form .checkbox .inputs {
  display:block;
  padding-left:14em;
}

.page .nevow-form .checkbox label {
  width:100%;
  margin-bottom:1em;
}

.page .nevow-form .description {
  margin-left:16.5em;
  font-size:85%;
  margin-top:5px;
}

.page .nevow-form #registration-auth-securityQuestion, .page .nevow-form #registration-auth-securityAnswer {
  width:350px;
}

.page form div.field:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .page form div.field {height: 1%;}
/* End hide from IE-mac */

.page form div.actions {
	padding-left: 15em;
}

.page form div.actions input {
	font-size: 125%;
	font-weight: bold;
}

.page form div.field input {
	padding: 0.1em 0.2em;
	border: 1px solid #bbb;
}

.page form div.field textarea {
	padding: 0.1em 0.2em;
	border: 1px solid #bbb;
}


.page form div.errors {
	margin-bottom: 1em;
	padding: 1em;
	background-color: #fee;
}

.page form div.errors p, .page form div.errors ul {
	margin: 0;
	padding: 0;
}

.page #form-address {
  width:165px;
}

.page #form-email {
  width:250px;
}
/* Survey forms */


.survey .nevow-form {
  margin: 1em 0;
  padding: 1em 1em 4em 1em;
  border: 1px solid #ccc;
}

.survey .nevow-form fieldset {
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 2em;
  border: 1px solid #ccc;
}

.survey .nevow-form fieldset legend {
  font-weight: bold;
  padding: 0 0.5em;
}

.survey .nevow-form .errors {
  border: 1px solid #f99;
  background-color: #fee;
  padding: 0.5em 1em 1em 1em;
  color: #c00;
}

.survey .nevow-form .errors ul {
  margin-top: 0.5em;
}

.survey .nevow-form .errors li {
  margin-left: 2em;
  list-style: none;
}

.survey .nevow-form .field.required label {
  font-weight: bold;
}

.survey .nevow-form .field.required .inputs label {
  font-weight: normal;
}

.survey .nevow-form .actions {
  margin-top: 1em;
}

.survey .nevow-form .field {
  padding: 1em 0;
  border-bottom: 1px dashed #ccc;
}

.survey .nevow-form .inputs, .survey .nevow-form .message {
  padding-left: 2em;
}

.survey .nevow-form .description {
  padding-left: 2em;
}

.survey .nevow-form .message {
  margin-top: 0.5em;
  color: #c00;
  font-weight: bold;
}

.survey .nevow-form .inputs {
  margin-top: 1em;
}

.survey .nevow-form .radiochoice input {
  float: left;
}

.survey .nevow-form .radiochoice .inputs br {
  display: none;
}

.survey .nevow-form .inputs label {
  display: block;
  margin: 0 0 0.5em 2em;
}

.survey .nevow-form legend {
display:none;
}

.survey .nevow-form fieldset .description {
  font-size:120%;
  margin-left:-2em;
  font-weight:bold;
  line-height:150%;
}

.survey .nevow-form fieldset label.label {
  color: #666;
}

.survey fieldset label.label {
  color: #200;
  font-size:1.3em;
  font-weight:bold;
}

#questions-action-save {
float:right;
width:86px;
height:23px;
padding:23px 0 0 0;
margin:0;
border:0;
background: transparent url(/skin/bg-btn_save.gif) no-repeat top left;
overflow:hidden;
vertical-align:middle;
cursor:pointer; /* hand-shaped cursor */
cursor:hand; /* IE 5.x */
margin:8px 0 0 0;
}
form>#questions-action-save { /* For non-IE browsers*/
height:0px;
margin:0 0 23px 0;
}

#questions-action-next {
float:right;
width:86px;
height:23px;
padding:23px 0 0 0;
margin:0;
border:0;
background: transparent url(/skin/bg-btn_next.gif) no-repeat top left;
overflow:hidden;
vertical-align:middle;
cursor:pointer; /* hand-shaped cursor */
cursor:hand; /* IE 5.x */
margin:8px 0 0 0;
}
form>#questions-action-next { /* For non-IE browsers*/
height:0px;
}

#questions-action-submit {
float:right;
width:86px;
height:23px;
padding:23px 0 0 0;
margin:0;
border:0;
background: transparent url(/skin/bg-btn_submit.gif) no-repeat top left;
overflow:hidden;
vertical-align:middle;
cursor:pointer; /* hand-shaped cursor */
cursor:hand; /* IE 5.x */
margin:8px 0 0 0;
}
form>#questions-action-submit { /* For non-IE browsers*/
height:0px;

}


#login-action-submit, #registration-action-submit {
cursor:pointer; /* hand-shaped cursor */
cursor:hand; /* IE 5.x */
}

#questions-email {
  width:300px;
}