#main {
    margin: auto;
	margin-bottom: 30px;
	border: 1px solid #cccccc;
	width: 450px;
    min-height:75px;
	background: #f1f3f5;
    font-family: arial, helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
	color: #10335e;}

form {
    margin-left: 85px;
	border: 1px solid #cccccc;
	width: 300px;
	background: #E9ECEF;
    font-family: arial, helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:30px;
	color: #10335e;}

#result {
    margin-left: 70px;
    margin-top:40px;
	border: 1px solid #cccccc;
	width: 350px;
	background: #e4e6b8;
    text-align:center;
    font-family: arial, helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;}

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

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

.button {border: 1px solid #10335e; color: #10335e;}

input {border: 0px solid #cccccc;}
	
select {border: 0px solid #cccccc;}

#caption{
    font-family: arial, helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#bd0012;}

#icon{
	margin: 0px 10px;
    width:65px;
    height:100px;
    float:left;
    background-image:url(../images/teal_m.png);
    background-repeat: no-repeat;
    background-position:center center;}
