@CHARSET "ISO-8859-1";

body {
	
}

div,p {
	padding: 0;
	margin: 0;
}

p {
	margin: 10px 0 10px 0;
}

a {
	color: #000;
}
a.link {
	color: #0040FF;
	text-decoration: none;
	font-weight: bold;
}
a.link:hover {
	color: #FF0000;
}

div.steps {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	padding: 0 0 5px 0;
	color: #000;
}

.step_current {
	color: #fff;
	font-weight: bold;
	font-size: 120%;
}

tr.buttons td {
	padding: 5px;
}


input.submit,input.text,select.select,textarea.textarea, a.button {
	background-color: #FFEDD6;
	color: #0000BB;
	border: 1px solid #B47F3E;
	font-size: 15px;
	line-height: 18px;
	font-family: Verdana;
	color: #0000BB;
	border: 1px solid #B47F3E;
	color: #0000BB;
}

input.submit  {
	width: 150px;
	height: 26px;
	line-height: 24px;
	font-size: 12px;
	padding: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	padding: 0;
}
a.button {
	width: 150px;
	height: 26px;
	font-size: 12px;
	line-height: 24px;
	font-family: Verdana;
	display: block;
	text-decoration: none;
	text-align: center;
}

input.long {
	width: 200px;
}

input.suggest {
	background-color: #C4FF80;
}

input.text,select.select,textarea.textarea {
	width: 300px;
}

textarea.textarea {
	height: 100px;
}

span.data_error {
	color: #FF0000;
	font-weight: bold;
}

span.data_normal {
	
}

tr.data_error {
	background-color:#FF966D;
}


