div.input{
	margin-bottom: 20px;
}
div.input label{
	display: block;
	padding-bottom: 10px;
}
body .input input,.input textarea{
	width: 600px;
	height: 16px;
	/*+border-radius:5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #B7B7B7;
	background-color: rgba(255, 255, 255, 0.3);
	/*+box-shadow:inset 1px 2px 10px #AAA;*/
	-moz-box-shadow: inset 1px 2px 10px #AAA;
	-webkit-box-shadow: inset 1px 2px 10px #AAA;
	-o-box-shadow: inset 1px 2px 10px #AAA;
	box-shadow: inset 1px 2px 10px #AAA;
	color: #727272;
	padding: 5px;
}
.input textarea{
    height:60px;
	

}

/** O_o ! **/
div.placeholder{
    width: 610px;
    height: 16px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
}
div.placeholder.textarea{
    height:60px;
	/*resize: none;*/
}
div.placeholder label{
	position: absolute;
	top: 0;
	left: 5px;
	height: 16px;
	line-height: 33px;
}
div.placeholder.textarea label{
	position: absolute;
	top: 0;
	left: 5px;
	height: 16px;
	line-height: 25px;
}
div.placeholder input,div.placeholder textarea{
	position: absolute;
	top: 0;
	left: 0;
    background:transparent;
}