/* --- structure --- */

* {
		margin: 0;
		padding: 0;
		}

#wrapper {
		margin: 0;
		width: 700px;
		background: #ffffff;
		padding: 20px;
		border: 1px solid #666666;
		}

#mainContent {
		float: left;
		width: 460px;
		margin-right: 20px;
		}

#sidebar {
		float: left;
		width: 200px;
		background: #eeeeee;
		padding: 10px;
		}

.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}

/* --- links --- */

a {
		text-decoration: none;
	color: #076ACF;
		}

a:hover {
		text-decoration: underline;
	color: #999;
		}

/* --- typography --- */

html {
		font-size: 100%;
		}

.hidden {
		display: none;
		}

.tel, .fn {
		margin-bottom: 0;
		}

.org {
		font-weight: bold;
		}

p.saveCard {
		margin-top: 1em;
		}

/* --- forms --- */

.row {
		clear: both;
		padding-top: 5px;
		}

form {
		margin-bottom: 1em;
		}
		
fieldset {
		margin-bottom: 10px;
		padding: 10px;
		border: 1px dotted #666666;
		}		

legend {
		padding: 0 10px;
		background: #ffffff;
		text-transform: uppercase;
		color: #666666;
		font-size: 1.0em;
		}

.formLabel {
		font-size: 1.2em;
		line-height: 1.6em;
		text-align: right;
		margin-right: 10px;
		width: 150px;
		float: left;
		}
		
.formLabel2 {
		font-size: 1.2em;
		line-height: 1.6em;
		text-align: left;
		margin-right: 10px;
		width: 100px;
		float: left;
		}

.formControl {
		float: left;
		width: 126px;
		}
		
input, textarea {
		border: 1px solid #666666;
		padding: 2px;
		font: 1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		}	
		
input {
		font-size: 1.2em;
		width: 122px;
		}			

textarea {
		width: 200px;
		}
		
.submitButton {
		background: #eeeeee;
		font: bold 1.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		padding: 4px 6px;
		width: auto;
		}		
		
.submitGo {
		padding: 0;
		width: auto;
		border: none;
		}		
	
		
