

/* form elements */



input {

	margin:5px 0px 10px 10px;
width:340px;
padding:4px;
border:1px solid #aca67d;
}


textarea {
	margin:5px 0px 10px 10px;
width:400px;
padding:4px;
height:200px;
border:1px solid #aca67d;
}


#authortable input
{
width:130px;
padding:4px;
border:1px solid #aca67d;
}


input .shorter {

	margin:5px 0px 10px 10px;
width:100px;
padding:4px;
border:1px solid #aca67d;
}



select
{
margin:5px 0px 10px 10px;
width:350px;
padding:3px;
border:1px solid #aca67d;
 
}



input.submitbutton {
	background-color: #006699;
	color: #FFF;
	background-image: none;
	font-weight: 900;
	
	margin: 0 0 0 200px;
}




/* additional classes */
.clear {
	clear: both;
}

.hide {
	display: none;
}



label {
	text-align: left;
	margin: 5px 0 3px 10px;
	clear: both;
	display: block;
	color: #333333;
}



label.checkbox,label.textarea {
	border: none;
}

label.lgfield {
	border: none;
	text-align: center;
	clear: both;
	float: none;
	width: 100%;
}


select.longfield {
	margin: 0 0 0 115px;
}

input [type="radio"],input [type="checkbox"] {
	margin: 2px 0 0 4px;
}


/*Get Help Form Styles*/
p.formDisclaimer {
	text-align: center;
	margin: 32px 24px 12px 0;
	font-style: italic;
}

div.buttonWrapper {
	margin: 28px 0 0px 0;
	clear: both;
	text-align: center;
	padding-left:0px;
	border-top: 1px dotted #999999;
}

.formspacer {
	height: 1em;
	clear: both;
}

.hideField {
	display: none;
}

.pushOpen {
	height: 18em;
}

/* ----- error message for field validation ----- */
#stepForm label.warning {
	text-align: left;
	width: auto;
	padding: 0px 0 0 22px;
	margin: 0px 0 0 8px;
	float: none;
	clear: none;
	display: inline;
	color: #CC3366;
	font-size: 12px;
	border: none;
	background:url(../images/required.gif) no-repeat left center;
}

div.requiredNotice {
	clear:both;
	margin: 17px 14px 10px 0;
	text-align:right;
	padding: 0;
}

h3.stepHeader {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 10px;
	color: #333333;
}

ul#stepForm,ul#stepForm li {
	margin: 0;
	padding: 0;
}

ul#stepForm li {
	list-style: none;
}

/* Form Buttons  */
input.submitbutton,.nextbutton,.prevbutton {

width:92px;
height:34px;

	font-weight:bold;
	background-color:#8f8b74;
	cursor: pointer;
	text-align: center;
	color: #FFFFFF;
	border-style:none;
	
	margin:0px;
	
}

input.submitbutton {
	
}

#abstract-button
{
height:23px;
padding:7px 0px 7px 10px;
border:1px solid #cccccc;
line-height:23px;
font-size:14px;

}