
	h2{
		title_netorder.jpg
	}

	form{
		font-size:18px;
	}

	form input[type=text],
	form textarea{
		background:#ddeffa;
		border:none;
		border-radius:5px;
	}

	form input[type=text]{
		width:95%;
		padding:0 5px;
		height:25px;
	}

	form textarea{
		width:100%;
		height:200px;
		
	}

	form .intro{
		color:#888;
		font-size:12px;
		font-weight:normal;
	}

	form .item{
		margin-top:10px;
		margin-bottom:30px;
	}

	
	input.btn{
		display:block;
		width:80%;
		margin:30px auto 15px;
		background:#3e5474;

		border:none;
		border-radius:5px;

		color:white;
		line-height:40px;
	}
	input.btn:hover{
		background:#436ca8;
	}



/* ----------------------------------------------
   edit page  */

	#order_edit h3{
		text-indent:-9999px;
		background:url(../order/images/title_netorder.jpg) 0 0 no-repeat;
		margin:40px 0 20px 0px;
		padding:0;
		width:551px;
		height:25px;
	}
	
	#order_edit h4{
		margin-top:30px;
		margin-bottom:20px;
	}

	#order_edit table{
		width:100%;
	}
	
	#order_edit table th{
		width:160px;
		font-weight:normal;
	}
	#order_edit table td{
		height:40px;
	}

	#order_edit strong{
		text-decoration:underline;
		font-weight:normal;
	}
	#order_edit strong:before{
		content: "●";
		display:inline;
	}
	#order_edit strong:after{
		content: " ";
		display:inline-block;
		width:15px;
	}

/* ----------------------------------------------
   edit page  */
