﻿#wrapper {
	margin-left: auto;
	margin-right: auto;
}
#form {
	border-top: 1px solid black;
	margin-top: 2em;
}
#id {
	font-weight: bold;
	font-size: large;
	color: red;
}
fieldset {
	margin-top: 1em;
}
legend {
	padding: .2em;
	border: 1px solid black;
	font-weight: bold;
}
fieldset#info label {
	float:left;
	text-align:right;
	width:20%;
	margin-right: .2em;
}
fieldset#info input {
	margin-top: .2em;
}
.textarea textarea {
	float: left;
	margin-right: .5em;
}
.textarea #taWrapper {
	height:125px;
}
.textarea ul {
	margin-top:0px;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.selects  select{
	float: left;
}
.rates {
	margin-top:.5em;
}
.rates ul {
	margin-top:0px;
}
.alert {
	color: red;
	font-weight: bold;
}
.blueBold {
	width: 650px;
	font-weight: bold;
	color: #3366CC;
	text-align: center;
}
.redBold {
	width: 650px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

h1 {
	text-align:center;
	color:red;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}
