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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->

input {
border: 1px solid #ccc;
background: #fff;
font-size: 95%;
font-weight: normal;
margin-left: 5px;
height: 16px;
width: 200px;
}

textarea {
border: 1px solid #ccc;
background: #fff;
font-size: 95%;
font-weight: normal;
margin-left: 0px;
height: 160px;
width: 90%;
}

.subject {
font-family: Arial, Verdana, Helvetica, sans-serif;
border: 1px solid #ccc;
font-size: 95%;
font-weight: normal;
margin-left: 5px;
height: 20px;
width: 90%;
}


.button {
    border: 1px dotted #999;
	background: #e1e1e1;
    height: 30px;
    width: auto;
    margin-left: 0px;
	font-size: 95%;
}
label {
	display: block;
	font-size: 95%;
	width: 200px;
	float: left;
	margin: 2px 4px 6px 4px;
	text-align: right;
	line-height: 140%;
}
br { clear: left; }

hr {
    border: 1px solid #ccc;
}

.security_code {
border: 1px solid #ccc;
background: #fff;
font-size: 95%;
font-weight: normal;
margin-left: 0px;
height: 16px;
width: 89px;
}

.box {
border: 1px solid #ccc;
background: #fff;
height: 16px;
width: 16px;
}
