@charset "UTF-8";

#doc {
	font:11px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

#doc h2 {
	font-size: 145.1%;
}

#doc input[type="text"] {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding:1px;
}


