.popt_form {
	width: 90%;
	margin: auto;
	font-family: arial;
}

.popt_form * {
	font-size: 11px;
}

.popt_form img {
	vertical-align: top;
}

.popt_form th, .popt_form td {
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
}

.popt_form th.space {
	height: 20px;
}

.popt_form th.title {
	margin: 10px 0;
	height: 30px;
	vertical-align: middle;
	font-size: 13px;
	background-color: #EEEEEE;
	text-align: center;
}

.popt_form .w1 {	width: 150px;}
.popt_form .w2 {	width: 220px;}
.popt_form .w3 {	width: 150px;}


.comp {
	background-color: #FFFFCC !important;
}

.popt_form .large {
	width: 175px;
}

.popt_form .small {
	width: 55px;
}


.popt_form .small2 {
	width: 160px !important;
} 

.popt_form input {
	padding: 2px;
	width: 100px;
	border: 1px solid #888888;
}

.popt_form input.radio {
	width: 15px;
	border: 0;
}

.popt_form input.antispam {
	width: 4em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.popt_form input.submit {
	padding: 2px 4px;
	width: 150px;
	background-color: #DEA906;
}

.popt_form select {
	width: 100px;
	border: 1px solid #888888;
}

.popt_form textarea.info {
	margin: auto;
	width: 90%;
	height: 80px;
	font-family: arial;
	border: 1px solid #888888;
}























