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

*:focus {outline: none;}



.input-wrapper
{
	width:325px;
	height:48px;
	margin-left:0px;
	background-image: url(../images/form/input-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.input-mask
{
background:url(../images/form/input-mask.png);
width:275px;
height:80px;
}

.living-input
{
	width:300px;
	background:none;
	border:none;
	color:#669999;
	font-size:14px;
	font-family: DepotNew-Regular;
	font-weight: normal;
	font-style: normal;
	float:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}

.living-textarea
{
	padding:20px;
	width:300px;
	height:110px;
	background:none;
	border:none;
	color:#669999;
	font-size:14px;
	font-family: DepotNew-Regular;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: auto;
}

.textarea-wrapper
{
	width:325px;
	height:135px;
	margin-left:0px;
	background-image: url(../images/form/textarea-mask.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-top: 2px;
}

.button
{
	border:0;
	width:89px;
	height:39px;
	float:right;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/form/button-png.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #3E2D18;
}
