#form-container{
    width:100%;
    margin:0 auto;
}

#dynamic-form{
    width:80%;
    min-height:400px;
}

div.rqrd{
    font-size:0.900em;
    color:#ec1c2e;
    margin-left:2px;
    display: inline;
}


form{
    color:#575757;
}

input, select, textarea{
    width:98%;
    height:30px;
    padding:2px 1%;
    border:1px solid;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #999999;
    color: #9A9DA1;
    font-family: 'Arial', sans-serif;
	font-size: 1.000em;
}

textarea{
    height:60px;
    resize:none;
}

select{
    height:25px;
	width:75%;
}

.row{
   margin:1% 1.5%;
   padding: 1% 1.5%;
   width:92%;
   position: relative;
   border-radius:5px;
}

.selected{
    border:1px dashed #000;
    cursor:pointer;
    padding: 4px 9px 7px;
}

.current{
    background: none repeat scroll 0 0 #DFEFFC;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

input.checkbox, input.radio{
    width:15px;
    margin:0 10px 0 0;
    height:15px;
}

input.error, textarea.error{
    border-color: #FAD0D0 !important;
    box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4);
    color: #ec1c2e !important;
}

label.error{
    color: #ec1c2e;
    text-transform:none;
}


input[type="text"]:hover,  input[type="password"]:hover,  input[type="file"]:hover,  textarea:hover,  select:hover {
    color:#444444;
    background: #fff none;
    border-color:#c6c6c6;
}
input[type="text"]:focus,  input[type="password"]:focus,  input[type="file"]:focus,  textarea:focus,  select:focus  {
    color:#444444;
    background: #fff none;
    border-color:#659ec9 #70aedd #a8cfec;
    outline: 0;
}

.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}

.blue {
    color: #ffffff;
    border: solid 1px #231f20;
    background: #231f20;
}
.blue:hover, .blue:active {
    background: #007bc3;
    border: solid 1px #231f20;
}

.captcha-instruction{
    margin:2px;
}

img.captcha-image{
    height: 40px;
    margin:2px;
}

.captcha-reload{
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.captcha-reload img{
    position: absolute;
    top:-30px;
}

#element-options textarea{
    width:180px;
    height:60px;
}


#captcha-text-color, #captcha-bg-color {
    position: relative;
    width: 36px;
    height: 36px;
    background: url(images/select.png);
}

#captcha-text-color div, #captcha-bg-color div {
position: absolute;
top: 3px;
left: 3px;
width: 30px;
height: 30px;
background: url(images/select.png) center;
}

label{
    display:block;
    padding: 0 0 2px;
    margin:2px;
    font-weight:bold;
    color:#231f20;
}

label.option{
    padding:0;
    margin:0;
    font-weight:normal;
}

#submit-form{
	margin: 10px 20px;
	height:40px;
    width:120px;
}
/*------------ grid 480 and below ------------*/
@media only screen and (max-width: 480px) {
#dynamic-form{
    width:100%;
}
}