@charset "utf-8";
/* CSS Document */

.stray_text {
	border:none;
	border-bottom:dashed #aaa 1px;
	/*background:none;*/
	font-family: "Courier New", Courier, monospace;
}	

.stray_textarea {
	border:solid #ccc 1px;
	background:none;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}

.stray_textedit {
	border:none;
	border-bottom:solid #ccc 1px;
	background:none;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	margin-bottom:12px;
}

.stray_form {
	
	width:600px;
	padding:10px;
	padding-top:25px;
	padding-bottom:25px;
}

.stray_form legend {
	padding-top:8px;	
}	