/*--------------------------------------------------------------------------
Type: Reset
Author: Eric Meyer
URL: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
--------------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5;

}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/*--------------------------------------------------------------------------
Type: Layout
Author: Ryan Taylor
URL: http://www.infinitepath.co.uk
--------------------------------------------------------------------------*/
div.status_success,
div.status_error,
div.status_notice {
	padding: 1px 1px 1px 1px;
	margin-bottom: 5px;
	font-size: 8px;
	line-height: 1.2em;	
}
div.status_success {
	font-size: 8px;
	color: #264409;
	background: #E6EFC2;
padding: 5px;
	border: 2px solid #C6D880;
	border-left: none;
	border-right: none;
}
div.status_error {
	color: #8A1F11;
	background: #FBE3E4;
	border: 2px solid #FBC2C4;
	border-left: none;
	border-right: none;
}
div.status_notice {
	color: #514721;
	background: #FFF6BF;
	background-color: #FFF6BF;
	text-align: center;
	padding: 5px;
	border: 2px solid #FFD324;
	border-left: none;
	border-right: none;
}

#ics_reg_form {
	width: 158px;
	padding: 10px;
	margin: 0 auto;
	font-size: 83.33%;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
background: #EEE;
	border: 1px solid #CCC;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#ics_reg_form #header {
	padding-top: 50px;
	background: transparent;	
}

#ics_reg_form h3 {
	margin-bottom: 1em;
	font-size: 12px;
	font-weight: bold;
	text-align: center;	
}
	#ics_reg_form h3 span {
		display: block;
		margin-top: 10px;
		font-weight: bold;
		color: #C00;
	}

#ics_reg_form #mobile_signup {
	background-color: #EEE;
	padding: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	background: transparent;
	border: 1px solid #095FA8;
	border-left: none;
	border-right: none;
}

#ics_reg_form #mobile_signup ul{
	list-style: none;
	margin: 0;
	padding: 0;	
}
	#ics_reg_form #mobile_signup label {
		float: left;
		display: block;
		padding-right: 10px;
		line-height: 22px;
		text-align: right;
	}
	#ics_reg_form #mobile_signup #prefix {
		float: left;
		display: block;
		height: 22px;
		width: 60px;
		line-height: 22px;
	}
	#ics_reg_form #mobile_signup select {
		font-size: 10px;
	}
		#ics_reg_form #mobile_signup option {
			font-size: 9px;
			padding-left: 5px;
		}
	#ics_reg_form #mobile_signup select,
	#ics_reg_form #mobile_signup input {
		width: 100%;	
	}
	#ics_reg_form #register {
		margin: 10px 0 0;
	}

#ics_reg_form #footer {
	margin-top: 10px;
	font-size: 8px;
	text-align: center;
}
