#main {
	margin:0 0 0 0;
	border: 0px;
	width: 450px;
	min-height:150px;
	background: #1C0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 12px;
}

form {
	margin:10px 0 0 18px;
	border: 1px solid #000000;
	width: 350px;
	background: #1C0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 12px;
	padding:5px;
	margin-bottom:10px;
}

#result {
	margin-left: 18px;
	margin-top:40px;
	border: 1px dotted #000000;
	width: 350px;
	background: #1C0000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 16px;
	padding:5px;
}

.error {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 10px;
    color:#dd1111;
    padding:5px;

}


.text {
	border: 1px solid #cccccc;
}

input {
    border: 0px solid #cccccc;
}


#caption{
	font-weight:bold;
	margin:5px;
	font-size : 12px;
	color:#FFFFFF;
	text-align: center;
}

#icon{
    width:5px;
    height:100px;
    float:left;
}

