.textblockForm input.button {
    background: url("../images/form/button_bg.png") no-repeat scroll left top #EEEEEE;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    cursor: pointer;
    float: left;
    font-weight: normal;
    line-height: 135%;
    margin-right: 5px;
    overflow: visible;
    padding: 3px 8px;
    text-shadow: 0 1px 0 #EEEEEE;
    white-space: nowrap;
    width: auto;
	margin: 2px;
}

.textblockForm textarea {
    border-color: #ABADB3 #DBDFE6 #E3E9EF #E2E3EA;
    border-style: solid;
    border-width: 1px;
	/* width: 640px; */
	/* height: 70px; */
	font-family: verdana;
    font-size: 8pt;
	/*text-align: center;*/
}