#main {
    margin: auto;
	width: 400px;
	background: #ff0000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
    font-size : 12px;
}

form {
    margin-left: 20px;
	width: 380px;
	background: #ff0000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    font-size : 12px;
    padding:0px;
    margin-bottom:10px;
		color:#ffffff;
}

#result {
    margin-left: 20px;
	width: 380px;
	background: #ff0000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
    font-size : 12px;
    padding:0px;
    margin-bottom:10px;
		color:#ffffff;
}

.text {
	border: 1px solid #000000;
		color:#ffffff;
		background: #000000;
}

input {
    border: 0px solid #ffffff;
		color:#ffffff;
}

.values{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight:normal;
  font-size : 10px;

  vertical-align:top;
  	color:#ffffff;
}

.key{
  font-family: verdana;
  font-weight:bold;
  font-size : 12px;
  padding-bottom:0px;
  	color:#ffffff;
}


.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:1px;
	font-size : 14px;
	color:#ffffff;
	text-align: center;
}



#source{
  text-align:right;

  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}


