#main {
    margin: auto;
	border: 1px solid #cccccc;
	width: 500px;
	background: #F1F3F5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
}

form {
    margin: auto;
	border: 1px solid #cccccc;
	width: 480px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

#result {
    margin: auto;
    text-align:center;
    border: 1px solid #cccccc;
    width: 480px;
    background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:15px;
    margin-bottom:20px;
    margin-top:15px;
}

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

input, textarea {
    border: 1px solid #aaa;
}


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

#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:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}

#vMsg2{
position:relative;
margin-left:20px;
/*
width:250px;
z-index: 2;
position:absolute;
top:120px;
margin-left:230px;
font-family: Arial, Helvetica, sans-serif;
font-size : 14px;
*/
}

#vImg{
z-index: 1;
}

#disclaimer{
text-align:center;
align: center;
 font-family: Arial, Helvetica, sans-serif;
 font-weight:bold;
 font-size : 14px;
}