﻿

#Step1 ul {
	list-style-image: url("../images/arrow.png");
}

#form_table {
	background: #dddddd;
	width: 90%;
}

#form_name {
	color: #6c6c6c;
	font-weight: bold;
	text-align:right;
	padding: 5px;
	width: 150px;
	white-space:nowrap;
}

#form_field {
	padding: 5px;
}

#form_field input {
	width:100%;
}

#form_name_select {
	color: #6c6c6c;
	padding: 5px;
	width: 100%;
	white-space:nowrap;
}

#form_select {
	width:20px;
	text-align:center;
}

#form_desc {
	width: 200px;
	white-space:nowrap;
}

#save_continue {
	float:right;
	padding: 10px 0px 0px 10px;
	cursor: pointer;
}

#terms {
	width: 100%;
	height: 150px;
	overflow:scroll;
	border: 2px solid #c3c3c3;
}


#tip_1 {
	font-style:italic;
	padding: 0px 10px 100px 0px;
	font-size: 13px;
}

#tip_2 {
	font-style:italic;
	padding: 0px 10px 600px 0px;
	font-size: 13px;
}

#tip_title {
	color: #409219;
	font-weight:bold;
}