textarea {
    resize: none;
	width:100%;
}
#messageBox
{ 
	height: 161px;
}

.col-sm-6 {
    width: 50%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 
{
	min-width: 500px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;	
}

 .col-sm-2,  .col-sm-6,  .col-sm-10{
    float: left;
}

* {
    box-sizing: border-box;
}

body {
	font-family: "Avenir","Lucida Grande",Tahoma,Helvetica,Arial,sans-serif;
    line-height: 1.42857;
    color: #221F1F;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-group {
    margin-bottom: 15px;
}

.form-horizontal label {
    padding-top: 6px;
}


label {
    font-weight: inherit;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.col-sm-10 {
    width: 100%;
	padding:5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
	border-radius: 1px;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.dl-horizontal dt {
    font-weight: inherit;
    text-align: left;
}

.dl-horizontal dt {
    float: left;
    width: 100px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 120px;
	margin-top: 40px;
}

.text-muted {
    color: #999;
}

dt, dd {
    line-height: 1.42857;
}
* {
    box-sizing: border-box;
}

.lead {
    font-size: 21px;
}

