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

div.box {
margin:0 auto;
width:900px;
position:relative;
border:0px solid #262626;
}

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

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

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

div.box .input_text, div.box .input_select {
padding:7px 7px;
width:200px;

border-bottom: 1px double  #999;
border-top: 1px double #999;
border-left:1px double #999;
border-right:1px double #999;
}
div.box .input_select {
padding:3px 3px;
width:100px;

border-bottom: 1px double  #999;
border-top: 1px double #999;
border-left:1px double #999;
border-right:1px double #999;
}
div.box .input_radio {
padding:3px 3px;
margin: 5px 5px;
border-bottom: 1px double  #999;
border-top: 1px double #999;
border-left:1px double #999;
border-right:1px double #999;
}
.radiolabel{
	margin-bottom:120px;
	}
div.box .address{
padding:7px 7px;
width:350px;

border-bottom: 1px double #999;
border-top: 1px double #999;
border-left:1px double #999;
border-right:1px double #999;
overflow:hidden;
height:50px;
}
div.box .message{
padding:7px 7px;
width:350px;

border-bottom: 1px double #999;
border-top: 1px double #999;
border-left:1px double #999;
border-right:1px double #999;
overflow:hidden;
height:150px;
}

div.box .button
{
margin:30px;
text-align:right;
position:relative;
left:90px;
padding:4px 7px;
background:  #CCC;
border:0px;
width:100px;
border-bottom: 1px double #666;
border-top: 1px double #666;
border-left:1px double #666;
border-right:1px double #666;
}
img#captcha{
	border:1px double #999;
	}
/*MailChimp signup form*/
#mc_embed_signup input.email {
    margin: 0 4% 10px 0;
    min-width: 130px;
    padding: 8px 0;
    text-indent: 5px;

}
#mc_embed_signup input {
    border: 1px solid #999999;
}
#mc_embed_signup input.button {

    margin: 0 0 10px;
    min-width: 90px;
    width: 35%;
}
#mc_embed_signup .button {
    background-color: #AAAAAA;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}
div.box label.error {
    color: red;
    margin-bottom: 0;
    margin-left: 200px;
    padding: 0;
}