.Hidden
{
	display:none;
}

.BootstrapControl textarea {
overflow:auto;
vertical-align:top;
height:auto;
}

.BootstrapTextbox input[type="text"], .BootstrapControl select, .BootstrapControl textarea, .BootstrapControl input[type="datetime"], .BootstrapControl input[type="datetime-local"], .BootstrapControl input[type="date"], .BootstrapControl input[type="month"], .BootstrapControl input[type="time"], .BootstrapControl input[type="week"], .BootstrapControl input[type="number"], .BootstrapControl input[type="email"], .BootstrapControl input[type="url"], .BootstrapControl input[type="search"], .BootstrapControl input[type="tel"], .BootstrapControl input[type="color"] {
display:inline-block;

font-size:14px;
line-height:20px;
color:#555;
vertical-align:middle;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
padding:4px 6px;
}

.BootstrapTextbox input[type="text"], .BootstrapControl textarea, .BootstrapControl input[type="text"], .BootstrapTextbox input[type="password"], .BootstrapControl input[type="datetime"], .BootstrapControl input[type="datetime-local"], .BootstrapControl input[type="date"], .BootstrapControl input[type="month"], .BootstrapControl input[type="time"], .BootstrapControl input[type="week"], .BootstrapControl input[type="number"], .BootstrapControl input[type="email"], .BootstrapControl input[type="url"], .BootstrapControl input[type="search"], .BootstrapControl input[type="tel"], .BootstrapControl input[type="color"]{
width:206px;
}

.BootstrapTextbox input[type="text"], .BootstrapControl textarea, .BootstrapTextbox input[type="password"],.BootstrapControl input[type="datetime"], .BootstrapControl input[type="datetime-local"], .BootstrapControl input[type="date"], .BootstrapControl input[type="month"], .BootstrapControl input[type="time"], .BootstrapControl input[type="week"], .BootstrapControl input[type="number"], .BootstrapControl input[type="email"], .BootstrapControl input[type="url"], .BootstrapControl input[type="search"], .BootstrapControl input[type="tel"], .BootstrapControl input[type="color"] {
background-color:#fff;
border:1px solid #ccc;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
-webkit-transition:border linear .2s,box-shadow linear .2s;
-moz-transition:border linear .2s,box-shadow linear .2s;
-o-transition:border linear .2s,box-shadow linear .2s;
transition:border linear .2s,box-shadow linear .2s;
}

.BootstrapTextbox input[type="text"]:focus, .BootstrapControl textarea:focus, .BootstrapTextbox input[type="password"]:focus, .BootstrapControl input[type="datetime"]:focus, .BootstrapControl input[type="datetime-local"]:focus, .BootstrapControl input[type="date"]:focus, .BootstrapControl input[type="month"]:focus, .BootstrapControl input[type="time"]:focus, .BootstrapControl input[type="week"]:focus, .BootstrapControl input[type="number"]:focus, .BootstrapControl input[type="email"]:focus, .BootstrapControl input[type="url"]:focus, .BootstrapControl input[type="search"]:focus, .BootstrapControl input[type="tel"]:focus, .BootstrapControl input[type="color"]:focus {
outline:thin dotted \9;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
border-color:rgba(82,168,236,0.8);
}

.BootstrapControl input[type="radio"], .BootstrapControl input[type="checkbox"] {
line-height:normal;
margin:0;
}

.BootstrapControl select {
width:220px;
background-color:#fff;
border:1px solid #ccc;
}

.BootstrapControl input[type=radio], .BootstrapControl input[type=checkbox] {
    display:none;
}
 
.BootstrapControl input[type=radio] + label, .BootstrapControl input[type=checkbox] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
 
.BootstrapControl input[type=radio]:checked + label, .BootstrapControl input[type=checkbox]:checked + label {
       background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        background-color:#e0e0e0;
}

.BootstrapControl sub
{
	padding-left:20px;
	padding-bottom:20px;
}

input[disabled] {
    cursor: not-allowed;
}