/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* -----------------------------------------------
	standard formatting, do not change!!!
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

img {
	border: 0;
}

a {
	/*display:block;
	background-color:#737994;*/
	text-decoration: none;
}

caption {
	display: none;
}

/*
table {
	border-collapse: collapse;
}*/

th {
	text-align: left;
	vertical-align: top;
}

td {
	vertical-align: top;
}

ul,
ol {
	list-style: inherit;
	text-align: left;
	margin-left: 20px;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

label {
	display: block;
}

form .text {
	position: relative;
	top: 1px !important;
	top: 0;
	margin-right: 4px !important;
	margin-right: 8px;
	height: auto !important;
	height: 15px;
	border-width: 1px;
	border-style: solid;
}

form .button {
	position: relative;
	top: 1px !important;
	top: 2px;
	height: auto !important;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	cursor: pointer;
}

form .button.image {
	background-position: 50% 50%;
}

form .button.image span {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
}

.hidden {
	display: none;
	position: absolute;
	left: -9999px;
}