/* ---------------------------------- */
/* STYLES SPECIFIC TO SIGNUP PAGE     */
/* ---------------------------------- */

/* Arranged alphabetically by tag, then by class/id name where applicable, then class/id of parent elements */

/* <div> */
div#recaptcha_widget_div {
	clear: both;
	margin-bottom: 20px;
}

/* <fieldset> */
fieldset#which_missions_can_you_do {

}

/* <input> */
fieldset#which_missions_can_you_do ul input {
	background: none !important;
	border: none !important;
	float: left;
	margin: 3px 5px 0 0 !important;
	width: 15px;
}
fieldset.buttons input.clickable {
	margin: 0 !important;
}
li.tickbox input.clickable {
	background: none !important;
	border: none !important;
	float: left !important;
	margin: 3px 5px 0 0 !important;
	width: 15px !important;
}

/* <label> */
fieldset#which_missions_can_you_do label {
	float: none;
	width: auto;
}
fieldset#which_missions_can_you_do ul label {
	float: left;
	font-size: 100%;
	font-weight: normal;
}
li#accept_terms label {
	font-size: 90%;
	font-weight: normal;
}
fieldset#secuity label {
	display: block;
	float: left;
	width: 600px;
}
div#recaptcha_widget_div label {
	float: none !important;
}

/* <select> */
select#code1 {
	width: 99px !important;
}
select#code2 {
	width: 100px !important;
}

fieldset ol li select.auto {
	width: auto !important;
}

/* <ul> */
fieldset#which_missions_can_you_do {
	_border-bottom: 20px solid #2F2F2F;
}

fieldset#which_missions_can_you_do ul {
	margin: 0.5em 0 0 0 !important;
}
fieldset#which_missions_can_you_do ul li {
	display: block;
	clear: none;
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	width: 200px;
}
li#accept_terms {
	padding-top: 30px;
}
