@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
#formbox
{
width:220px;
}
#formboxlong
{
width:300px;
}
#formadd
{
width:220px;
}
.formrow
{
width:214px;
margin-bottom:3px;
padding:3px;
background-color:#E8E8E8;
}

.formrowlong
{
width:294px;
margin-bottom:3px;
padding:3px;
background-color:#E8E8E8;
}

.formboxsubmit
{
width:100px;
margin-bottom:3px;
padding:3px;
background-color:#E8E8E8;
}

label
{
width: 70px;
float: left;
text-align: left;
margin-right: 10px;
display: block
}

.labellong
{
width: 85px;
float: left;
text-align: left;
margin-right: 10px;
display: block
}


input, textarea, submit
{
	color: #333333;
	border: 4px solid #ffffff;
	background-color: #FFFFFF;
	width:205px;
}

select
{
	color: #333333;
	border: 4px solid #ffffff;
	background-color: #FFFFFF;
}

.submit
{
color: #ffffff;
background: #0066FF;
border: 2px outset #d7b9c9;
}

.centerit
{
margin:0 auto;
}

