/*
Theme Name:     Twenty Ten CONF Child
Theme URI:      http: //example.com/
Description:    Дочерняя тема для темы Twenty Ten Conf
Author:         Ваше имя
Author URI:     http: //example.com/about/
Template:       confs
Version:        0.1.0
*/


@import url("../confs/style.css");

#header {
    padding: 0;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    height: 297px;
    background: #fff;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}



input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea {
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgb(0 0 0 / 10%);
    padding: 2px;

}

body, input, textarea {
    color: #666;
    font-size: 12px;
    line-height: 18px;
}


input[type="submit"] {
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    background: #f1f1f1;
    color: #666;
    width: auto;
    height: 25px;
    border-radius: 3px;
    font-size: 11px !important;
}


#access {
        width: 980px;
}

