﻿body
{
    background: #37c;
    color: #133;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

div.overflow
{
    width: 590px;
    overflow: hidden;
     
}

strong
{
    font-weight: bolder;
}

h2,h3,h4
{
    font-family: Arial, Helvetica, sans-serif;
}

input[type=text],input[type=password],
textarea
{
    /*width: 500px;*/
    border: solid 1px #37c;
}
select,input[type=text],input[type=password],input[type=file],
textarea
{
    border: solid thin #f498c1;
    font-size: 1.2em;
    line-height: 1.4em;
}

input[type=text],input[type=password],input[type=file]
{
    height: 1.4em;
}

input[type=submit],input[type=button]
{
    background: #fff;
    color: #ed5a9e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1px 6px;
    border: outset 1px;
    cursor: pointer;
}
input[type=submit]:hover,input[type=button]:hover
{
    border: solid 1px;
}
input[type=submit]:active,input[type=button]:active
{    
    border: inset 1px;
}

input[type=checkbox] + label
{
    margin-left: 2px;
}


