.input1 {
	border:1px solid #99bbdb;
	background:#f7f9fc url('../images/input-bg.gif') repeat-x bottom;
	color:#0054a6;
	padding:3px;
	font:11px tahoma,verdana,arial,serif;
	height:22px;
}
.textarea1 {
	border:1px solid #99bbdb;
	background:#f7f9fc url('../images/input-bg.gif') repeat-x bottom;
	color:#0054a6;
	padding:3px;
	font-size:11px;
	font:11px tahoma,verdana,arial,serif;
}
.submit1 {
	border:1px solid #99bbdb;
	background:#5e93c7 url('../images/submit-bg.gif') repeat-x bottom;
	color:#ffffff;
	cursor:pointer;
	font-weight:bold;
	font-size:11px;
	padding:2px 4px;
}
.submit1:hover {
	text-decoration:underline;
}

.size25 {
	width:150px;
}
.size50 {
	width:300px;
}
.size100 {
	width:99%;
}

