@charset "UTF-8";
/* CSS Document */

#formWrapper {
	width: 418px;
	height: auto;
	position: relative;
	margin: 5px auto 5px auto;
}

#formTop {
	background: url(images/cia_form_top.png) no-repeat top center;
	height: 23px;
}

#formContent {
	background: url(images/cia_form_tile.png) repeat-y top center;
	padding: 10px 20px 10px 20px;
}

.formContent input {
	float: right;
	margin: auto;
	width: 230px;
	height: 25px;
	font-size: 12px;
	border: solid 1px #222F45;
}

.formContent label {
	float: right;
	font-size: 12px;
	line-height: 95%;
}

.formContent textarea {
	float: right;
	font-size: 12px;
	line-height: 95%;
	width: 230px;
	height: 60px;
	border: solid 1px #222F45;
}

.formContent td {
	width: 130px;
	height: 27px;
	padding: 0 5px 5px 0;
	vertical-align: middle;
}

#formBottom {
	background: url(images/cia_form_bottom.png) no-repeat top center;
	height: 23px;
}
