@charset "utf-8"; 

form, input, select, textarea{margin:0; padding:0; color:#1F424D}

div.box{margin:0 auto; width:500px; position:relative; top:10px}

div.box1{margin:0 auto; width:700px; position:relative; top:10px}

div.box h1{color:#1F424D; font-size:18px; text-transform:uppercase; padding:5px 0 5px 5px}

div.box label{width:100%; display:block; border-top:1px solid #262626; border-bottom:1px solid #161712; padding:5px 0 5px 0}

div.box label span{display:block; color:#000; font-size:12px; float:left; width:100px; text-align:right; padding:5px 20px 0 0}

div.box .input_text{padding:5px; width:230px; border-bottom:1px double #171717; border-top:1px double #171717; border-left:1px double #333; border-right:1px double #333; color:#1F424D; background-color:#91BBDE; margin:5px}

div.box1 .input_text{
	padding:5px;
	width:auto;
	border-bottom:1px double #171717;
	border-top:1px double #171717;
	border-left:1px double #333;
	border-right:1px double #333;
	color:#1F424D;
	background-color:#91BBDE;
	margin:5px;
	height: 10px;
}

div.box .message{padding:7px 7px; width:350px; background:#262626; border-bottom:1px double #171717; border-top:1px double #171717; border-left:1px double #333; border-right:1px double #333; overflow:hidden; height:150px; color:#1F424D}

div.box .button{margin:0 0 10px 0; padding:4px 7px; background:#262626; border:0px; position:relative; top:5px; left:382px; width:100px; border-bottom:1px double #000; border-top:1px double #000; border-left:1px double #ccc; border-right:1px double #ccc; color:#1F424D}
