#form p, #form h1, #form form, #form button{border:0; margin:0; padding:0;}

	#form{
	font-size: 12px;
	font-family: courier new;
	margin:0 auto;

	padding: 10px;
	}
	#form h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:5px;
	}
	#form p{
		font-size:11px;
		color:#666666;
		margin-bottom:15px;
		border-bottom:solid 1px #dedede;
		padding-bottom:15px;
	}
	#form .box {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 15px;
	padding: 3px;
	}
	#form .one {
	background-color: #fff;
	}
	#form .two {
	}
	#form label{
		display:block;
		font-weight:bold;
		text-align:right;
		width: 400px;
		float:left;
	}
	#form .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;

	}
	#form input{
		float:right;
		font-size: 14px;
		font-weight: bold;
		font-family: courier new;
		width:180px;
		margin:1px 1px 0px 10px;
		border: 1px solid #ccc;
		padding: 5px;
	}
	#form select{
		float:right;
		font-size: 14px;
		font-weight: bold;
		font-family: courier new;
		width:193px;
		margin:1px 1px 0px 10px;
		border: 1px solid #ccc;
		padding: 5px;
	}
	#form button{ 
		color:#555;
		font-family: trebuchet ms;
		font-size:11px;
		font-weight:bold;
		width: 120px;
		height: 26px;
		border: 0;
		margin-right: 5px;
		float: right;
	}
	#form .disabled {
	background-image: url('img/disabled.png');
	cursor: default;
	}
	#form .ready {
	background-image: url('img/butan.png');
	cursor: pointer;
	}

	.clear {
		clear: both;
	}

