
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	html {position: relative; min-height: 100%;}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1.35em;
		margin: 0 0 280px;
	}
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		color: #444;
		font-weight: 400;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */

	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: 'Roboto Slab', sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 42px; line-height: 47px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* #Modals
================================================== */

.smallDialog, .mediumDialog {
	position: relative;
	background: white;
	padding: 0;
	width: auto;
	text-align: left;
	margin: 40px auto;
	-webkit-box-shadow: 3px 3px 0px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 0px 1px rgba(0, 0, 0, 0.5);
}

.smallDialog {max-width: 400px;}
.mediumDialog {max-width: 550px;}

.dialogHeader, .dialogBody, .dialogFooter {padding-left: 25px; padding-right: 25px;}
	.dialogHeader {background-color: #2060C0; color: #ffffff; font-size: 1.4em; padding-top: 10px; padding-bottom: 10px;}
		.dialogHeader h4 {color: #ffffff;}
	.dialogBody {padding-top: 20px; padding-bottom: 20px;}
	.dialogFooter {background-color: #ebebeb; padding-top: 10px; padding-bottom: 0px;}

/* #Buttons
================================================== */

.button {
	background: linear-gradient(rgb(250, 250, 250) 0%, rgb(240, 240, 240) 100%); border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(204, 204, 204); padding: 8px 20px; border-radius: 3px; color: rgb(68, 68, 68); line-height: normal; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; text-decoration: none; margin-bottom: 20px; display: inline-block; cursor: pointer; box-shadow: 0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
button {
	background: linear-gradient(rgb(250, 250, 250) 0%, rgb(240, 240, 240) 100%); border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(204, 204, 204); padding: 8px 20px; border-radius: 3px; color: rgb(68, 68, 68); line-height: normal; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; text-decoration: none; margin-bottom: 20px; display: inline-block; cursor: pointer; box-shadow: 0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
input[type='submit'] {
	background: linear-gradient(rgb(250, 250, 250) 0%, rgb(240, 240, 240) 100%); border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(204, 204, 204); padding: 8px 20px; border-radius: 3px; color: rgb(68, 68, 68); line-height: normal; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; text-decoration: none; margin-bottom: 20px; display: inline-block; cursor: pointer; box-shadow: 0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
input[type='reset'] {
	background: linear-gradient(rgb(250, 250, 250) 0%, rgb(240, 240, 240) 100%); border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(204, 204, 204); padding: 8px 20px; border-radius: 3px; color: rgb(68, 68, 68); line-height: normal; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; text-decoration: none; margin-bottom: 20px; display: inline-block; cursor: pointer; box-shadow: 0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
input[type='button'] {
	background: linear-gradient(rgb(250, 250, 250) 0%, rgb(240, 240, 240) 100%); border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(204, 204, 204); padding: 8px 20px; border-radius: 3px; color: rgb(68, 68, 68); line-height: normal; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; text-decoration: none; margin-bottom: 20px; display: inline-block; cursor: pointer; box-shadow: 0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.button:hover {
	background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); color: rgb(34, 34, 34); box-shadow: 0px 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -ms-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
button:hover {
	background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); color: rgb(34, 34, 34); box-shadow: 0px 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -ms-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
input[type='submit']:hover {
	background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); color: rgb(34, 34, 34); box-shadow: 0px 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -ms-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
input[type='reset']:hover {
	background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); color: rgb(34, 34, 34); box-shadow: 0px 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -ms-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
input[type='button']:hover {
	background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); color: rgb(34, 34, 34); box-shadow: 0px 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -ms-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.button:active {
	background: -ms-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%) rgb(204, 204, 204); border: 1px solid rgb(102, 102, 102);
}
button:active {
	background: -ms-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%) rgb(204, 204, 204); border: 1px solid rgb(102, 102, 102);
}
input[type='submit']:active {
	background: -ms-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%) rgb(204, 204, 204); border: 1px solid rgb(102, 102, 102);
}
input[type='reset']:active {
	background: -ms-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%) rgb(204, 204, 204); border: 1px solid rgb(102, 102, 102);
}
input[type='button']:active {
	background: -ms-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%) rgb(204, 204, 204); border: 1px solid rgb(102, 102, 102);
}
.full-width.button {
	width: 100%; text-align: center; padding-right: 0px !important; padding-left: 0px !important;
}
button.full-width {
	width: 100%; text-align: center; padding-right: 0px !important; padding-left: 0px !important;
}
input[type='submit'].full-width {
	width: 100%; text-align: center; padding-right: 0px !important; padding-left: 0px !important;
}
input[type='reset'].full-width {
	width: 100%; text-align: center; padding-right: 0px !important; padding-left: 0px !important;
}
input[type='button'].full-width {
	width: 100%; text-align: center; padding-right: 0px !important; padding-left: 0px !important;
}
.button.Blue {
	    border:none;
	    color:white;
        background: #2060c0; /* Old browsers */
	    background: -moz-linear-gradient(top,  #2060c0 0%, #184b97 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2060c0), color-stop(100%,#184b97)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top,  #2060c0 0%,#184b97 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top,  #2060c0 0%,#184b97 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top,  #2060c0 0%,#184b97 100%); /* IE10+ */
	    background: linear-gradient(to bottom,  #2060c0 0%,#184b97 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2060c0', endColorstr='#184b97',GradientType=0 ); /* IE6-9 */
}
.button.Blue:hover {
	    border: none;
	    background: #184b97;
        color:white;
}
.button.DarkGreen {
	    border:none;
	    color:white;
	    background: #006666; /* Old browsers */
	    background: -moz-linear-gradient(top,  #006666 0%, #004c4c 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006666), color-stop(100%,#004c4c)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top,  #006666 0%,#004c4c 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top,  #006666 0%,#004c4c 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top,  #006666 0%,#004c4c 100%); /* IE10+ */
	    background: linear-gradient(to bottom,  #006666 0%,#004c4c 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006666', endColorstr='#004c4c',GradientType=0 ); /* IE6-9 */
}
.button.DarkGreen:hover {
	    border: none;
	    background: #004c4c;
        color:white;
}
.button.LightGreen {
	    border:none;
	    color:white;
	    background: #66a72d; /* Old browsers */
	    background: -moz-linear-gradient(top,  #66a72d 0%, #518425 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66a72d), color-stop(100%,#518425)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top,  #66a72d 0%,#518425 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top,  #66a72d 0%,#518425 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top,  #66a72d 0%,#518425 100%); /* IE10+ */
	    background: linear-gradient(to bottom,  #66a72d 0%,#518425 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a72d', endColorstr='#518425',GradientType=0 ); /* IE6-9 */
}
.button.LightGreen:hover {
	    border: none;
	    background: #518425;
        color:white;
}
.button.Orange {
	    border:none;
	    color:white;
	    background: #e96b00; /* Old browsers */
	    background: -moz-linear-gradient(top,  #e96b00 0%, #d26000 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e96b00), color-stop(100%,#d26000)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top,  #e96b00 0%,#d26000 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top,  #e96b00 0%,#d26000 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top,  #e96b00 0%,#d26000 100%); /* IE10+ */
	    background: linear-gradient(to bottom,  #e96b00 0%,#d26000 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96b00', endColorstr='#d26000',GradientType=0 ); /* IE6-9 */
}
.button.Orange:hover {
	    border: none;
	    background: #d26000;
        color:white;
}	
.button.Red {
	    border:none;
	    color:white;
	    background: #b33232; /* Old browsers */
	    background: -moz-linear-gradient(top,  #b33232 0%, #992b2b 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b33232), color-stop(100%,#992b2b)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top,  #b33232 0%,#992b2b 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top,  #b33232 0%,#992b2b 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top,  #b33232 0%,#992b2b 100%); /* IE10+ */
	    background: linear-gradient(to bottom,  #b33232 0%,#992b2b 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33232', endColorstr='#992b2b',GradientType=0 ); /* IE6-9 */
}
.button.Red:hover {
	    border: none;
	    background: #992b2b;
        color:white;
}	

.button.buttonLarge	{font-size: 1.6em}

	.button.grey {
	    border:none;
	    color:#444;
	    font-size:18px;
	    line-height:25px;
	    padding:8px 20px;
	    margin:10px 0;

	    box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    -webkit-box-sizing:border-box;

	    background: #fafafa; /* Old browsers */
	    background: -moz-linear-gradient(top,  #fafafa 0%, #f6f6f6 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top,  #fafafa 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top,  #fafafa 0%,#f6f6f6 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top,  #fafafa 0%,#f6f6f6 100%); /* IE10+ */
	    background: linear-gradient(to bottom,  #fafafa 0%,#f6f6f6 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	}
	.button.grey:hover {
	    border: none;
	    background: #eaeaea; /* Old browsers */
	    background: -moz-linear-gradient(top,  #eaeaea 0%, #e6e6e6 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top,  #eaeaea 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top,  #eaeaea 0%,#e6e6e6 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top,  #eaeaea 0%,#e6e6e6 100%); /* IE10+ */
	    background: linear-gradient(to bottom,  #eaeaea 0%,#e6e6e6 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	}	


/* #Tables
================================================== */


table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

	.table > tbody > tr > td:first-child {border-left: 0;}
	/*.table > tbody > tr:nth-child(even) > td {background-color: #efefef;}*/
	.table > tbody > tr > td.noTopBorder {border-top: 0;}


.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > tbody > tr.header > td {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
  background-color: #2060C0;
  color: #ffffff;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.tablePlain {
  width: 100%;
  margin-bottom: 20px;
}

.tablePlain > thead > tr > th,
.tablePlain > tbody > tr > th,
.tablePlain > tfoot > tr > th,
.tablePlain > thead > tr > td,
.tablePlain > tbody > tr > td,
.tablePlain > tfoot > tr > td {
  padding: 5px;
  line-height: 1.2;
  vertical-align: top;
  border: 0;
  font-size: 100%;
}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 5px 5px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
    .pushRight {float:right;text-align:right;}
    .aRight {text-align: right}
    .aCenter {text-align: center}
    .aLeft {text-align: left}
    .note {color:#e96b00}
    .asterisk {color:#e96b00; font-size:16px; padding:0 5px; line-height: 16px;}
    .continue {border-top:1px solid #eee; text-align:right;margin-bottom: 100px}
    .continue .button {margin-left:20px; padding:15px 30px; font-size:21px;}
    .tRed {color: red !important;}
    .tBlue {color: blue !important;}
    .tStrong {font-weight: bold !important;}


