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

label {
	font-family: "Times New Roman";
	display: block;
	float: left;
	margin-right:10px;
	text-align: right;
	width: 150px;
	line-height: 25px;
	font-size: 14px;
	font-style: italic;
	color: #333;
    }

.input{
	font-family: Arial, Verdana;
	font-size: 15px;
	padding: 5px;
	color: #000;
	border: 1px solid #b9bdc1;
	width: 300px;
    background: #CCC;
    }
.input2{
	font-family: "Times New Roman";
	font-size: 15px;
	padding: 5px;
	color: #000;
	border: 1px solid #b9bdc1;
    background: #FBC58B;
    }

.hint{
    display:none;
    }

.button{
    font-family: "Times New Roman";
	float: right;
    margin:10px 0px 10px 0;
    line-height: 1;
    padding: 6px 10px;
    cursor:pointer;
    color: #666;
 	font-size: 14px;
	font-style: italic;
    text-align: center;
   
 
    /* Border style */
    border: 1px solid #5c6f91;

    }
