body.other #main fieldset {
	text-align: left;
	border: 3px #000 double;
	margin-bottom: 25px;
	padding: 8px;
}

body.other #main legend {
	margin-left:5px;
	font-weight: bold;
	font-size: medium;
	color: #000;
}

body.other #main ol {
	list-style: none;
	padding:0;
	margin:0;
}

body.other #main select 	{
	border: solid 1px #ccc;
}

/* Puts text label above form */
body.other #main label {
	display:block;
}

body.other #main li {
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
}

body.other #main .text {
	width:100%;
	margin-bottom: 15px;
	border: solid 1px #000;
}

body.other #main .textarea {
	width:100%;
	height:250px;
	border: solid 1px #000;
}

body.other #main .submitform {
	text-align: center;
	border:none;
	margin-bottom: 0;
}

body.other #main .ttform ol {
	text-align: center;
}

body.other #main .ttform label, li {
	display:inline;
}