﻿#tekcontainer {
    background: url("../imgs/background.png") repeat-x bottom;
    padding: 20px;
    border: 1px solid #BFBFBF;
    font-size: 10pt;
    font-family:'Calibri', 'sans-serif';
	color:#666;
}
#tekcontainer hr {
    border: 0;
    background: #CCC;
    color: #CCC;
    height: 1px;
    zoom: 1;
}
.tektext {
    background: url("../imgs/txtbackground.png") repeat-x;
    height: 22px;
    border: 1px solid #AFAFAF;
    color: #666;
    line-height: 22px;
    font-size: 10pt;
    font-family:'Calibri', 'sans-serif';
	
}
.tekmultitext {
    background: url("../imgs/txtmultibackground.png") repeat-x;
    padding: 5px;
    border: 1px solid #AFAFAF;
    color: #474747;
    resize: none;
    overflow: visible;
    margin-top: 3px;
	height:100px;
}
.tektext:hover, .tektext:focus {
    border: 1px solid #58BAE4 !important;
}
#tekdatatable input, #tekdatatable textarea {
    width: 294px;
    padding: 0 5px;
    margin: 5px 0;
    line-height: 1.7em;
}
.tekbutton {
    display: block;
    background: url("../imgs/btnbackgroung.png") no-repeat;
    float: right;
    width: 64px;
    height: 29px;
    overflow: hidden;
    border:none; 
    cursor: pointer;
	color:#fff;
}
.tekvalidator{
    font-size:10px;
    color:#FF1900;
}
.teklabelinfo {
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 25px;
}