div.two_left {
	width: 320px;
	float: left;
}

div.two_right {
	width: 320px;
	float: right;
}

form {
	width: 100%;
	clear: both;
}

div.two_left p, div.two_right p {
	width: auto;
	float: none;
}

p.bold {
	color: #b3996b;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
}

p.search {
	width: auto;
	text-align: center;
}


div.list_right {
	float: none;
}

.indent {
	margin-left: 25px;
}

div.input {
	background-color: #577DBE;
	width: 500px;
	padding: 10px;
	border: 2px solid #3d5888;
	margin-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#Text1 {
	margin-left: 10px;
}

div.input p {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

input.btn{
   color: white;
   font-weight: bold;
   background-color: #b3996b;
   border:1px solid;
   border-top-color:#c0c0c0;
   border-left-color:#c0c0c0;
   border-right-color:#483d8b;
   border-bottom-color:#483d8b;
	font-size: .8em;
}

input.btnhov
{
   color:#696969;
   background-color:white;
   border-top-color:#483d8b;
   border-left-color:#483d8b;
   border-right-color:#4b0082;
   border-bottom-color:#4b0082;}
   
#Select2, #Select3 {
	background-color: #b3996b;
}

hr.long {
	width: 100%;
	left: auto;
}

p.italic {
	font-style: italic;
	font-size: .7em;
}

p#warning {
	width: auto;
	font-style: italic;
	font-size: .7em;
	margin-bottom: 0;
}
