.template.message_ok {
color: #0c0d79;
font-weight: bold;
text-align: center;
padding: 10px 10px 10px 10px;
border: 1px solid #b5d4fe;
background-color: #f8fafc;
margin-bottom: 10px;
}

.template.message_error {
color: #cc0033;
font-weight: bold;
text-align: center;
padding: 10px 10px 10px 10px;
border: 1px solid #ffd324;
background-color: #fff6bf;
margin-bottom: 10px;
}

.template.button {
background: url("../images/button.png") no-repeat;
font-family: arial,helvetica,sans-serif;
font-size: 14px;
width: 102px;
height: 28px;
border: none;
cursor: pointer;
}

.template.button:hover, .template.button:focus {
background: url("../images/button_active.png") no-repeat;
font-family: arial,helvetica,sans-serif;
font-size: 14px;
width: 102px;
height: 28px;
border: none;
cursor: pointer;
}

.template.input:focus  {
border-color: #03274f;
background-color: none;
}

.template.textarea:focus  {
border-color: #03274f;
background-color: none;
}