body {
	background: #ffffff url("") repeat-x;
	margin: 20px 0;
	color: #000;
	font-family: arial, verdana;
}

h1 {
	text-indent: 20px;
	font-weight: normal;
	margin-top: 0;
}

h2 {
	font-size: 110%;
	font-weight: normal;
}

h3 {
	font-size: 90%;
	color: #000;
	background-color: #cb8f22;
	padding: 4px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}

table#splash {
	margin: 0 auto;
}

img {
	border: none;
}

td.content {
	background: #ffffff url("") repeat-y;
	min-height: 400px;
}

div.frame {
	padding: 30px;
	margin: 10px 50px 50px;
	border-top: 3px solid #cb8f22;
	border-bottom: 3px solid #cb8f22;
	background: #ffffff url("") repeat-x;
}

input, textarea {
	border: 1px solid #cb8f22;
	background-color: #ffffff;
}

input.clean {
	border: none;
	background-color: transparent;
	outline: none;
}

div.submit {
	text-align: right;
	margin-top: 50px;
	height: 50px;
}

div.submit input {
	width: 110px;
	height: 40px;
	color: transparent;
	cursor: pointer;
	padding-top: 10px;
	overflow: hidden;
}

div.submit input.back {
	background: transparent url("../images_old/back.png") no-repeat;
	float: left;
}

div.submit input.next {
	background: transparent url("../images_old/next.png") no-repeat;
}

input.gcbutton {
	border: none;
	background-color: transparent;
	width: auto;
	height: auto;
	float: right;	
	margin-top: -50px;
}
div.error {
	font-size: 80%;
	font-weight: normal;
	padding: 4px;
	color: #fff;
	text-align: center;
	background-color: #cb8f22;
}

div.splitter {
	border-top: 1px dotted #000;
	margin: 15px 0;
}

div.label span {
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	width: 100px;
	padding-top: 6px;
	display: block;
	float: left;
	clear: left;
	padding-bottom: 10px;
	
}
div.label.nospace span {
	padding-bottom: 0;	
}

div.label span.data {
	margin-left: 20px;
	font-size: 90%;
	font-weight: normal;
	clear: none;
	width: auto;
	text-align: left;
	padding-bottom: 0;
}

div.label {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}

div.label.nospace {
	margin-bottom: 0;
}

label {
	font-size: 70%;
}

div.enition {
	width: 780px !important;
	text-align: right;
	margin: 15px auto;
}

div.enition a {
	color: #666;
	font-size: .68em;
	text-decoration: none;
	font-weight: bold;
}
