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

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

div.box {
	margin:0 auto;
	width:410px;
	background:#c83988;
	position:relative;
	top:10px;
}

div.box h1 {
	color:#ffffff;
	font-size:18px;
	text-transform:uppercase;
	padding:5px 0 5px 5px;
	border-bottom:1px solid #161712;
}

div.box label {
	width:100%;
	display: block;
	background:#FFF;
	padding:10px 0 10px 0;
}

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

div.box .input_text {
padding:10px 10px;
width:200px;
background:#fafafa;
border-bottom: 1px double #e7e7e7;
border-top: 1px double #e7e7e7;
border-left:1px double #e7e7e7;
border-right:1px double #e7e7e7;
}

div.box .message{
padding:7px 7px;
width:250px;
background:#fafafa;
border-bottom: 1px double #e7e7e7;
border-top: 1px double #e7e7e7;
border-left:1px double #e7e7e7;
border-right:1px double #e7e7e7;
overflow:hidden;
height:150px;
}

div.box .button
{
	margin:10px 0 10px 0;
	padding:10px 7px;
	border:0px;
	position: relative;
	top:10px;
	left:120px;
	width:100px;
	background-image: url(../images/subnavbg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}

