/* common.css forms */
form { margin:0; }

input, textarea, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #BCBCBC;
	font-size: 1em;
}
input.text {
	border: 1px solid #D8D8D8;
	padding: 1px;
}
input.confirm {margin-top:3px;}
input.submit {
	border: none;
	width: 74px;
	height: 33px;
}
input.next {
	border: none;
	width: 91px;
	height: 33px;
}
input.radio {border: none;}

select {
	font-size: 1.1em;
	padding: 1px;
}

option { padding: 0 1em 0 0; }

#bo-popup .form {
	padding:0 22px
}

#bo-popup .submit input {
	width:50px;
	height:20px;
	border:none;
}

#bo-search .go {
	width:auto;
	height:auto;
	border: none;
}

.tblform input {
	font-size:1.2em;
	padding:1px;
}

.tblform input.addfile {
	font-size:1em;
	border: 1px solid #BCBCBC;
	margin-bottom: 3px;
	padding: 0;
}

.inputbox	{ width: 85%;}
.medium	{ width: 50%; }
.narrow	{ width: 25%; }
.tiny		{ width: 125px; }

textarea.inputbox {
	min-height:50px;
	overflow: auto;
}

textarea.editorbox {
	font-size:1em;
	width: 94%;
	min-height: 300px;
}

#wpTextbox1 {
	width: 85%;
	height: 300px;
}