/**
 * Stylesheet for <http://www.sfinx.to>
 * @media	screen, projection
 * @author	karen
 * forms
 */

/**Form layout
 * ----------------------------------------------------------
 */

input, select, textarea { font-size: 100%; vertical-align: middle; }

.input_txt{ width: 260px; }
.input_txt_post{ width: 60px; }
.input_txt_city{ width: 190px; }

textarea{ width: 260px; height: 150px; }
.submit{ clear: both; }

.post{ display: block; float: left; width: 60px; margin: 0 10px 0 0;  }
.city{ display: block; float: left; width: 190px; }
