body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    color: #FFFFFF;
	overflow-x: hidden;
    overflow-y: auto;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #00000;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
}

#main {
    margin: auto;
	border: 0px;
	width: 300px;
	background: transparent;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size : 12px;
    color: #FFFFFF;
}


#result {
    margin-left: 100px;
    text-align:center;
    border: 0px;
    width: 300px;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    color: #FFFFFF;
    padding:0px;
    margin-bottom:20px;
    margin-top:15px;
}

form {
   padding:20px;
}

.text {
	border: 1px;
}

input, textarea {
    border: 1px;
}


#caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#FFFFFF;
}

#icon{
    width:100px;
    height:100px;
    float:left;
    background-image:url(icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:80px;
    height:60px;
    float:left;
    background-image:url(icon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#source{
  text-align:right;
  align:right;
  padding-right:0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#FC0202;
}