#main {
    margin: auto;
	border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 600px;
	background: #F1F3F5;
	padding:10px;
}


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

img {
	margin: 0;
	padding: 0;
	border: none;
}

form {
   padding:10px;
}

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

input, textarea {
    border: 1px solid #aaa;
}
a:link, a:visited  {
  color: #CC6600;
}
a:hover  {
  color: red;
}

.caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 15px;
    color:#C64934;
}
p {
	padding-left: 20px;
}
#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;
}
.red_text{
    color: red;
}
.login_status3 {
    width: 500px;
	margin: 0 auto;
	padding: 10px;
    font-size: 14px;
    color: green;
	border: 1px solid #104289;
	background-color: #f7fcff;
}