﻿.webform 
{
}

.webform fieldset 
{
    border:0;
}

.webform fieldset ul 
{
    
}

.webform fieldset ul span span li
{
    list-style-type:none;   
}

.webform fieldset ul span span li label
{
    font-weight: normal;
	width: 90px;
	display: block;
	float: left;
}

.webform fieldset ul span span li input
{
	font-weight: normal;
	width: 160px;
	border: 1px solid #aaa;
    margin-bottom: 10px;
}

.webform fieldset ul span span li select
{
	font-weight: normal;
	width: 160px;
	border: 1px solid #aaa;
    margin-bottom: 10px;
}

.webform fieldset ul span span li textarea
{
	font-weight: normal;
	border: 1px solid #aaa;
	width: 153px;
	height: 100px;
    margin-bottom: 10px;
}

.webform .buttons 
{
    
}

.webform .buttons input {
	font-weight: normal;
	width: 100px;
	margin-left: 90px;
}
