/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #eee;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#header-in {
			padding: 20px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			}
			div.content-in {
				padding: 20px;
				}
		div.column {
			width: 200px;
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			}
			div.column-in {
				padding: 20px;
				}
	div#footer {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#footer-in {
			padding: 20px;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }


select {
  border:1px solid #eee;
}

select option {
  padding:3px;
}

label {
  font-weight: bold;
}

div#radios {
  margin-bottom: 10px;
  float:left;
  width:300px;
  border-right:1px solid #eee;
  margin-right: 15px;
}

input.form-radio {
  margin:0 5px 0 0;
}

div#all-select-wrapper {
	width:300px;
  display: block;
  float:left;
}

div#all-select-wrapper select {
  width:200px;
}

div#all-select-wrapper label {
  float:left;
  margin-right: 10px;
}

div#submit-wrapper {
  display: block;
  clear: both;
  width:100%;
}
															/** END **/