#main {
    margin: auto;
	border: 2px solid #cccccc;
	width: 450px;
	/*background: #F1F3F5;*/
	background: #FFAF115;
    font-family: Arial, Helvetica, sans-serif;
    /*font-weight:bold*/;
    font-size : 12px;
}

form {
    margin-left: 80px;
	border: 1px solid #cccccc;
	width: 270px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

#result {
    margin-left: 80px;
	border: 1px solid #cccccc;
	width: 270px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

.text {
	border: 1px solid #cccccc;
}

.obbl{
	color: black;
	font-weight:bold;
	
}

input {
    border: 0px solid #cccccc;
}

.values{
  font-family: verdana;
  font-weight:normal;
  font-size : 10px;
  align:top;
  vertical-align:top;
}

.key{
  font-family: verdana;
  font-weight:bold;
  font-size : 12px;
  padding-bottom:15px;
}


.caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color: blue;
}

#icon{
    width:80px;
    height:80px;
    float:left;
    background-image:url(add_user.png);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:80px;
    height:80px;
    float:left;
    background-image:url(info.png);
    background-repeat: no-repeat;
    background-position:center center;
}

#icon3{
    width:80px;
    height:80px;
    float:left;
    background-image:url(key.png);
    background-repeat: no-repeat;
    background-position:center center;
}

#icon4{
    width:80px;
    height:80px;
    float:left;
    background-image:url(mail.png);
    background-repeat: no-repeat;
    background-position:center center;
}

#icon5{
    width:80px;
    height:80px;
    float:left;
    background-image:url(profile.png);
    background-repeat: no-repeat;
    background-position:center center;
}

#icon6{
    width:80px;
    height:80px;
    float:left;
    background-image:url(user.png);
    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:#000CCC;
}
