

@import url(http://softeg.net/templates/softeg/css/tools.css);
@import url(http://softeg.net/templates/softeg/css/blocks.css);
@import url(http://softeg.net/templates/softeg/css/base.css);
@import url(http://softeg.net/templates/softeg/css/main.css);

/*===INPUT, TEXTAREA in MODULES===*/
.binput {
	width: 200px; 
	background: #fff url(../images/inputext_bg.png) repeat-x left top;
	border: 1px solid #bdbdbd;
	padding: 2px;
	font-size: 11px;
}
.fbutton {
	background: #66af64 url(../images/fbutton_bg.png) repeat-x left top;
	color: #fff;
	border: 1px solid #206f0e;
	cursor: pointer;
	padding: 2px 6px;
}