body{
	background-color			:#ffffff;
	background-image			:url('');
	background-repeat			:no-repeat;
	background-position			:100% 100%;
	background-attachment		:fixed;
}

hr{
	height:1px;
	color:#ff8000;
}
.line{
	background-color:#ffebde;
}


.input,textarea{
    width:400px;
    margin:5px 0px;
    padding:0px;
    font-size:120%;

}
