input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
}

	input.text {
		width: 400px;
	}

	input.send {
		/*border: 2px solid #80e3ff;*/
		border: 2px solid #e4701e;
		width: 140px;
		background: #e7e7e7;
		font-weight: bold;
		padding: 6px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
	}
	
	input.cancel {
		border: 2px solid #c7c7c7;
		background: #dadada;
		width: 80px;
		padding: 3px;
		color: #777;
		font-weight: bold;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
	}
	
	input.delete {
		border: 2px solid #c7c7c7;
		background: #dadada;
		color: #777;		
		width: 80px;
		padding: 2px;
		font-weight: bold;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
	}
	
	input.search {
		border: 2px solid #c7c7c7;
		background: #fff;
		color: #1a1a1a;		
		width: 200px;
		padding: 2px;
		padding-right: 2px;
		padding-left: 10px;
		font-weight: normal;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
	}
	
	input.btnsearch {
		background: #fff;
		background-image: url('../images/icon-search.png');
		background-repeat: no-repeat;
		border: 0px solid;
		margin-right: 5px;
		width: 24px;27
		height: 24px;
	}
	
/*
	input.button {
		border: 0px;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		text-align: middle;
		width: 75px;
		height: 25px;
		background-image: url('../images/button.png');
		background-repeat: no-repeat;
	}
	
	input.button-over {
		border: 0px;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		text-align: middle;
		width: 75px;
		height: 25px;
		background-image: url('../images/button-over.png');
		background-repeat: no-repeat;
	}
*/

	input.button {
		border: 2px solid #c7c7c7;
		width: 80px;
		background: #e7e7e7;
		font-weight: bold;
		padding: 3px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
	}
	
	input.button-over {
		border: 2px solid #e41e1e;
		width: 80px;
		background: #e7e7e7;
		font-weight: bold;
		padding: 3px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
	}

textarea {
	
}
	textarea.forminput {
		width: 400px;
		height: 300px;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		font-size: 13px;
	}

	.pactive {
		padding: 15px;
		background: #000;
	}

	.ppassive {
		padding: 15px;
		background: #1a1a1a;
	}
