@import "boxes.css";


* {
	margin: 0;
	padding: 0;
}


a img {
	border: none;
}
img, input, label {
	vertical-align: middle;
}


	#mainColumn .mainContent {
		margin: 5px;
	}

	#mainColumn .heading {
		border-bottom: 1px solid #ccc;
		color: #3f4072;
		padding: 0.5em;
		position: relative;
	}

		#mainColumn .heading h1 {
			font: bold 1.2em Georgia, "Times New Roman", serif;
		}

		#mainColumn .heading img {
			position: absolute;
			top: 0;
			right: 5px;
		}

	.mainContent .content {
		font: 1em/1.4em "Trebuchet MS", sans-serif;
		padding: 5px;
	}

		.mainContent .heading h2 {
			border-bottom: 1px solid #ccc;
			color: #1d7dc5;
			font: bold 1.2em "Trebuchet MS", Arial, sans-serif;
			margin: 0.5em 0;
		}

		.mainContent .content h2 a {
			font: 0.8em "Trebuchet MS", Arial, sans-serif;
		}

		.mainContent .content .content {
			background: none;
			color: inherit;
			font: 1em/1.5em "Trebuchet MS", sans-serif;
			margin-bottom: 2.5em;
			padding: 0 0 0 20px;
		}



a:link, a:visited, a:active {
	color: #00f;
}
a:hover {
	color: #888;
	text-decoration: none;
}


ul {
	list-style: none;
}

.messageStack {
	font: 0.8em/1em Verdana, sans-serif;
	margin-bottom: 5px;
}
.messageStack li {
	padding: 1px 2px;
}
.messageStack li img {
	vertical-align: middle;
}
.messageStack .error {
	background: #FF7474;
}
.messageStack .warning {
	background: #F5FF73;
}


form {
	padding: 1em;
}

form fieldset {
	border: 1px solid #ddd;
	border-top: 2px solid #ccc;
	margin-bottom: 1.5em;
	padding: 1em;
}

* html form fieldset {
	margin-top: 1em;
	padding-top: 1.5em;
	position: relative;
}

form fieldset legend {
	background: none;
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0.5em;
}

* html form fieldset legend {
	left: 0.5em;
	position: absolute;
	top: -0.5em;
}

form fieldset fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

* html form fieldset fieldset {
	position: static;
	padding-top: 0.5em;
}
* html form fieldset fieldset legend {
	position: static;
}

form input, form textarea, form select {
	background: white url('../images/input.png') repeat-x;
	border: 1px solid #ccc;
	border-top: 1px solid #aaa;
	color: black;
}


form fieldset fieldset legend, form .label {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0;
}


form .label label, form .label .required, form .label .help {
	display: inline;
	vertical-align: middle;
}


form .label .required {
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 0.5em;
}

form .label .help {
	font-size: 0.9em;
	margin-left: 2em;
	font-style: italic;
}
form input {
	clear: both;
}

form .fields fieldset {
	margin-bottom: 2em;
}

form .fields fieldset fieldset, form .fields div {
	margin-bottom: 1em;
}
form .fields div.label {
	margin-bottom: 0;
}


form .checkbox input {
	margin-right: 1em;
}

form p.help {
	font-style: italic;
	margin-top: 0.5em;
	margin-left: 16px;
}


.actions {
	clear: both;
	background: #fbfbfe;
	border: 1px solid #ddd;
	border-top: 2px solid #ccc;
	margin-top: 2em;
	padding: 1.5em 1em;
}
.actions:after {
	clear: both;
	content: "Clear";
	display: block;
	height: 1px;
	visibility: hidden;
}
* html .actions {
	height: 1%;
}

form .error {
	margin-bottom: 1.5em;
}
form .error li.error {
	background-color: transparent;
	color: #c00;
	font-size: 1em;
	font-weight: bold;
	margin: 0.5em 0;
}

.actions .back {
	float: left;
}
.actions .primary {
	float: right;
}


form .gender {
	margin-bottom: 0.5em;
}

form .gender label {
	display: inline;
	float: none;
	margin-left: 1em;
	width: auto;
}

form .gender input {
	margin-left: 2em;
}




/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }


.productInfo a.th {
	margin-right: 17px;
	float: right;
}
.productInfo a.th img {
	border: 1px solid #ccc;
}
.productInfo .action {
	clear: right;
}




.pdf a:link, .pdf a:visited,
.pdf a:active {
	background: url(../images/icons/pdf.png) no-repeat 5px center;
	font-size: 0.9em;
	line-height: 2em;
	margin: 0.5em 0 0 0;
	padding: 5px 5px 5px 30px;
	text-decoration: underline;
}
.pdf a:hover {
	background-color: #409ee3;
}

