@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: 14px;
font-weight: normal;
margin-left: 5px;
height: 14px;
width: 200px;
}

textarea {
border: 1px solid #ccc;
background: #fff;
font-size: 14px;
font-weight: normal;
margin-left: 0px;
height: 150px;
width: 80%;
}

.subject {
font-family: Arial, Verdana, Helvetica, sans-serif;
border: 1px solid #ccc;
background: #fff;
font-size: 14px;
font-weight: normal;
margin-left: 0px;
height: 14px;
width: 80%;
}


.button {
    border-radius: 5px;
	border: 1px solid #fff;
	background: #ddd;
    height: 30px;
    width: 80%;
    margin-left: 0px;
}
label {
    display: block;
    width: 140px;
    float: left;
	font-size: 14px;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }

hr {
    border: 1px solid #ccc;
}

b {
    color: red;
}

.security_code {
border: 1px solid #ccc;
background: #fff;
font-size: 14px;
font-weight: normal;
margin-left: 0px;
height: 14px;
width: 89px;
}

.box {
border: 1px solid #ccc;
background: #fff;
height: 14px;
width: 14px;
}
