 select {
     background: #f2fcff;
 } 
p {
	text-indent: 20px; 
    font-size: 13px;
    font-family: Arial;
}
.justify {
	text-align: justify;
}
.text {
	text-indent: 20px; 
    font-size: 13px;
    font-family: Arial;
    text-align: justify;
}
.noindent {
	text-indent:20px;
}
.center {
	text-align: center;
}
.zag {
    text-indent: 0px;
    text-color: #f5fbff;
    text-align: center;
    font-size: 16px;
    font-family: Times-New-Roman;
}
button {
    background: #7a8f94;
    width: 160px;
    height: 45px;
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    vertical-align: middle;
}
.noline {
    text-decoration: none;
    color: #aaccdd;
}
input {
    background: #f2fcff;
} 
h3 {
	text-align: center;
}

.mini {
color: #666;
font-size: 10px;
}
