input[type="number"],input[type="text"], input[type="password"], textarea, select, div.input_border {
  padding: 4px 4px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: white;
    width: 100%;
}
div.input_border {padding: 0px 8px 0px 2px;}
div.input_border input {padding: 2px 2px; border: 0;  }
div.input_border table {width: 100%;}
div.input_border table td{padding: 0; margin: 0;}
select {
  padding: 4px 4px 4px 4px;
}
input[type="submit"], input[type="submit"]:disabled, input[type="submit"]:disabled:hover, input[type="button"], a.asbutton {
  padding: 9px 18px 9px 18px;
  border: 1px lightGrey solid;
  color: black;
  background: -o-linear-gradient(top, white 0%, #F4F1F1 100%);
  text-decoration: none;
  background: -o-linear-gradient(top, white 0%, #F4F1F1 100%);
  background-position: 0 -25px;
  background: -moz-linear-gradient(top, white 0%, #F4F1F1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #F4F1F1));
  background: -o-linear-gradient(top, white 0%, #F4F1F1 100%);
  border-radius: 3px;
  width: auto;
  font-size: 9pt;
}
input[type="submit"]:hover, input[type="button"]:hover, a.asbutton:hover {
 box-shadow: 0px 0px 3px #DADADA;
  border: 1px #b2b2b2 solid;
}
.width300 {
    width: 100%;
    max-width: 300px;
}
select.width300 {
    width: 100%;
    max-width: 310px;
}
@media(max-width:420px){
    .width300{
        max-width:200px;
    }
    select.width300{
        max-width:210px;
    }
    .checkbox{
        display: inline-block;
    }
    .label{
        padding:0;
    }
    .label input{
        display: block;
    }
}
#width450 input {
  width:450px; 
}
#width450 textarea {
  width:450px;
  height:120px;
}
#width450 select {
   width:455px;  
}

table.form {
  margin: 10px 0;
}
@media(max-width:991px){
    table.form{
        table-layout: fixed;
    }
}
table textarea{
    width:100%!important;
}
table input[type="submit"]{
    width:auto!important;
}
table.form td {
  padding: 2px 10px 2px 0;
  vertical-align: middle;
}
table.form p {
  padding: 0;
}
table.clear {
  padding: 0;
  margin: 0;
}
table.clear td {
  padding: 0;
  margin: 0;
}
table.form label {
  font-weight: bold;
  display: block;
  color: #383838
}
table.big {
  width: 400px;
  margin-bottom: 15px;
}
table.big td {
  padding: 4px 10px 4px 0;
}
table.big input, table.big textarea {
  width: 100%;
  font-size: 16pt;  
}
table.big select {
  font-size: 14pt;  
  width: 103%;
  padding: 6px 4px;
}
table.big textarea {
  font-size: 13pt;
  height: 70px; 
}

a.button {
  padding: 6px 8px 6px 6px;
  border: 1px lightGrey solid;
  color: black;
  margin:0 0 5ox 0;
  background: -o-linear-gradient(top, white 0%, #F4F1F1 100%);
  text-decoration: none;
  background: -o-linear-gradient(top, white 0%, #F4F1F1 100%);
  background-position: 0 -25px;
  background: -moz-linear-gradient(top, white 0%, #F4F1F1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #F4F1F1));
  background: -o-linear-gradient(top, white 0%, #F4F1F1 100%);
  border-radius: 3px;
}
a.button:hover {
  box-shadow: 0px 0px 3px #DADADA;
  border: 1px #b2b2b2 solid;
}

.asmContainer {
    /* container that surrounds entire asmSelect widget */
    width:307px;
}

.asmSelect {
    /* the newly created regular 'select' */
    display: inline; 
    width: 309px;
}

.asmOptionDisabled {
    /* disabled options in new select */
    color: #999; 
}

.asmHighlight {
    /* the highlight span */
    padding: 0;
    margin: 0 0 0 1em;
}

.asmList {
    /* html list that contains selected items */
    margin: 0.25em 0 1em 0; 
    position: relative;
    display: block;
    padding-left: 0; 
    list-style: none; 
}

.asmListItem {
    /* li item from the html list above */
    position: relative; 
    margin-left: 0;
    padding-left: 0;
    list-style: none;

   background: -o-linear-gradient(top, white 0%, #F4F1F1 100%);
  text-decoration: none;
  background: -o-linear-gradient(top, white 0%, #F4F1F1 100%);
  background-position: 0 -25px;
  background: -moz-linear-gradient(top, white 0%, #F4F1F1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #F4F1F1));
  background: -o-linear-gradient(top, white 0%, #F4F1F1 100%);

    border: 1px solid #bbb; 
    width: 100%; 
    margin: 0 0 -1px 0; 
    line-height: 1em;

}

.asmListItem:hover {
    background-color: #e5e5e5;
}

.asmListItemLabel {
    /* this is a span that surrounds the text in the item, except for the remove link */
    padding: 5px; 
    display: block;
    font-size: 9pt;
    
    
}

.asmListSortable .asmListItemLabel {
    cursor: move; 
}

.asmListItemRemove {
    /* the remove link in each list item */
    position: absolute;
    right: 0; 
    top: 0;
    padding: 5px;
  font-size: 7pt;
  color: red; 
}





a.button2 {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
  color: white;
}
.button2:hover {
	text-decoration: none;
}
.button2:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

#what{
    max-width:100%;
}