/* form stuff :: Global */
label {
	font-size: smaller;
	display: block;
	margin: 0.4em 0 0.2em 0;
	font-weight: normal;
	width: auto;}

label.caps {
	display: inline;}

.caps {
	text-transform: uppercase;}

input {
	border: 1px solid #58595b;
	background: #ffffff; }

span.required {
	color: #be2e1a;
	font-size: small !important;}



/* buttons */
.mediumButton, .mediumButton:hover,
.redButton, .redButton:hover {
	width:101px;
	height:21px;
	display:block;
	font-size:smaller;
	padding:.3em 0;
	text-align:center;
	text-decoration:none;
	color:#fff !important;
	border:0;
	background:transparent url('/images/button_gray_medium.png') no-repeat;}

.redButton, .redButton:hover {
	background:transparent url('/images/button_red.png') no-repeat;}


/* required fields missing */
div.missing {
	margin: 0 0 2em 0 !important;}

#myAcct div.missing h3 {
	text-transform: uppercase;
	font-weight: bold;
	color: #be2e1a;
	margin: 0;}

ul.missing {
	list-style: none;
	margin: 0;
	padding: 0.5em;}


/* formRows */

table.formRow {
	width: 100%;}

table.formRow th {
	width: 40%;
	vertical-align: top;
	font-size: x-small;
	text-transform: uppercase;
	color:#58595b;
	font-weight: normal;}

table.formRow label {
	font-size: 100%;}

table.formRow td {
	width: 60%;
	vertical-align: top;}

	table.formRow td input {
		width: 90%;
		margin: 0;
		padding: 0 0 0 0.2em;
		color:#58595b;}

	table.formRow td input.autoWidth {
		width:auto;}

	table.formRow td select {
		width: 92.5%;
		background: #ffffff;
		border: 1px solid #58595b;
		margin: 0;
		padding: 0 0 0 0.2em;
		color:#58595b;}
