@charset "UTF-8";

.order{
	width: 550px;
	padding: 30px 50px 0 30px;
	overflow: hidden;
	box-sizing: border-box;
}

input{
	width: 100%;
	height: 28px;
	line-height: 28px;
	border:1px solid #ccc;
	font-size: 14px;
	text-indent: 10px;
	color: #666;
	border-radius: 3px;
}

textarea{
	width: 100%;
	line-height: 20px;
	border:1px solid #ccc;
	font-size: 14px;
	color: #666;
	border-radius: 3px;
	padding: 5px 5px 5px 10px;
	box-sizing: border-box;
	font-family: Microsoft Yahei, arial, Helvetica, sans-serif;
}

.g-btn-box{
	clear: both;
	padding: 20px 0;
	text-align: center;
}

.submit{
	width: 100px;
    height: 30px;
    line-height: 30px;
    background: #108aed;
    border: 1px solid #0a7ad5;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 20px 0 0;
}

.error{
	border:1px solid #f00;
}

.submit:hover{
	background: #0a7ad5;
    color: #fff;
}

.cancel{
	width: 100px;
    height: 30px;
    line-height: 30px;
    background: #fefefe;
    border: 1px solid #ccc;
    color: #666;
    text-align: center;
    display: inline-block;
    margin:0 20px 0 0;
}

.cancel:hover{
	border: 1px solid #0a7ad5;
    color: #0a7ad5;
}

