@charset "utf-8";
/* CSS Document */


select {
  width: 200px;
  padding: 8px;
  font-size: 14px;
  border-radius: 6px;
  background-color: #f9f9f9;
  color: #333;
}

label {
    font-weight: 600;
    color: #59585f;
}

input, textarea, select.textAreaSelect {
    border-width: 1px;
    border-style: solid;
    border-color: #d6d8da;
    border-radius: 2px;
    padding: 8px;
	margin-bottom: 22px;
    width: 97%;
    font-size: 14px;
}

input[type='submit'].submitBtn {
	width: 30%;
    /*float: right;
    position: relative;*/
    right: 30%;
    /*background-color: #be2026;
    color: #fff;*/
	-webkit-appearance: button;
    cursor: pointer;
}

input[type='button' ].buttonBtn {
    width: 30%;
    right: 30%;
    background-color: #be2026;
    color: #fff;
}

input[type='checkbox'].checkboxs {
	width: 15px !important;
	height: 15px !important;
}

input[type='radio'].radioBtns {
	width: 15px !important;
	height: 15px !important;
}


label {
	font-weight:600;
	color:#605E5E;
	}


button{
	width:100% !important;
}

.RequiredMsg
{
    color: #be2026;
    font-size: 18px;;
}