/* CSS Document */

input {	font-size: 10px;
		background-color: #CCCC99;
		color: #88146a;
		font-weight: bold;	}
		
select {	font-size: 10px;
			background-color: #CCCC99;
			color: #88146a;
			font-weight: bold;
			width:100%	}

.nameInput { width:80%; }

.emailInput { width:80%; }

.lable {	font-size:10px;
			color: #88146a;
			font-weight: bold;	}
.submit {	border-top: 2px solid #88146a;
			border-left: 2px solid #88146a;
			border-right: 2px solid #999;
			border-bottom: 2px solid #999;	}
