@font-face {
	font-family: 'Special K Regular';
	src: url('/css/fonts/specialk/specialk.eot');
	src: local('Special K Regular'), local('SpecialK'), url('/css/fonts/specialk/specialk.woff') format('woff'), url('/css/fonts/specialk/specialk.svg#SpecialK') format('svg'), url('/css/fonts/specialk/specialk.ttf') format('truetype');
}

p {
    font-size: 110%;
    padding-bottom: 1em;
}

form {
}

form fieldset {
    padding-bottom: 1em;
    /*border-bottom: 1px solid #999;*/
}

form fieldset legend#fsfirst {
    /*border-top: 1px solid #999;*/
}

form fieldset legend {
    display: block;
    background: #f7f7f7;
    background: #e8e8e8;
    background: #ebe5cb;
    font-family: 'Special K Regular';
    font-size: 110%;
    width: 95%;
    padding: 1em 2.5%;
    margin-bottom: 1em;
/*    border-top: 1px solid #999;
    border-bottom: 1px solid #999;*/
    border-top: 1px solid #999;

    opacity: 0.7;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;

        box-shadow: 0px 0px 6px #000;
        -moz-box-shadow: 0px 0px 6px #000;
        -webkit-box-shadow: 0px 0px 6px #000;
}

form h3 {
    font-size: 120%;
    margin: 0.6em 0 1em 1.6em;
}

form .cntlbl {
    float: none;
    width: 45%;
    text-align: left;
}

form .cntinpt {
    float: left;
    width: 45%;
    margin: 0 2.5% 1em 2.4%;
}

form .cntinpt label {
    display: block;
    margin-bottom: 5px;
}

form .cntinpt .cntinpt {
    float: left;
    width: 25%;
    margin: 0;
}

form label.fright {
    /*float: right;*/
    clear: right;
    line-height: 20px;
    text-align: left;
}

form input.fleft {
    float: left;
    clear: left;
    line-height: 20px;
    margin-bottom: 5px;
}

form .cntinpt .cntinpt label {
    display: inline;
}

input.inpt,
textarea.inpt {
    width: 100%;
}

input.short {
    width: 140px;
    margin-right: 8px;
}

textarea {
    height: 100px;
}