body {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	background: #f0f0f0 url('images/bg-body.gif') top left repeat-y;
	font-size: 12px;
	text-align: center;
	border-top: 5px solid #444;
}

a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #777;
}

a:focus {
	outline: 1px;
}

.container_12 {
	text-align: left;
}

#header {
	height: 150px;
	background: url(images/card_header.gif) no-repeat;
	border-bottom: 5px solid #444;
	margin-bottom: 15px;
}

#intro {
	margin-top: 15px;
	margin-bottom: 25px;
	font-weight: bold;
}

#footer {
	border-top: 5px solid #444;
	text-align: center;
	margin-bottom: 15px;
}

#footer p {
	line-height: 2em;
	margin: 5px 0;
}

form label {
	display: block;
	padding: 0 10px 3px;
	font-weight: bold;
}

form p {
	height: 90px;
}

form fieldset legend {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

form p small {
	font-size: 0.75em;
	color: #777;
}

form input.text-input,
form select,
form textarea {
	padding: 6px;
	font-size: 13px;
	background: #fff url('images/bg-form-field.png') top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

form .small-input {
	width: 25% !important;
}

form .medium-input {
	width: 50% !important;
}

form .large-input {
	width: 97.5% !important;
	font-size: 16px !important;
	padding: 8px !important;
}

form textarea {
	width: 97.5% !important;
	font-family: Arial, Helvetica, sans-serif;
}

form select {
	padding: 4px;
	background: #fff;
}

form input[type="checkbox"],
form input[type="radio"] {
	padding: 0;
	background: none;
	border: 0;
}

/************ Button ************/

.button {
	font-family: Verdana, Arial, sans-serif;
	display: inline-block;
	background: #459300 url('images/bg-button-green.gif') top left repeat-x !important;
	border: 1px solid #459300 !important;
	padding: 4px 7px 4px 7px !important;
	color: #fff !important;
	font-size: 11px !important;
	margin: 10px auto 0;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.button:hover {
	text-decoration: underline;
}

.button:active {
	padding: 5px 7px 3px 7px !important;
}

a.remove-link {
	color: #bb0000;
}

a.remove-link:hover {
	color: #000;
}
