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

input[type=text] {
    background-color: #CCC;
	border-color:#7E86FF;
    color: black;
	float:right;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #000000;
    color: white;
	float:right;
}

