input{
	border: 1px solid #AAA;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}





fieldset {
  padding: 10px;
  margin: 0 4px;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="text"],
input[type="password"],
input[type="mail"] {
}
button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
::-webkit-input-placeholder { 
    color:#AAA;
	line-height:normal;
}
:-moz-placeholder {color:#AAA;}
::-moz-placeholder {color:#AAA;}
:-ms-input-placeholder {color:#AAAs;}

textarea {
  overflow: auto;
  vertical-align: top;
  -webkit-box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,0.5);
  box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,0.5);
}
label{
	font-weight: bold;
	padding: 0 11px 0 5px;
	font-size: 0.8em;
}


.btn {
  display: inline-block;
  padding: 8px 15px;
  margin: 10px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  color: #FFF;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
  box-shadow:0 0 3px 0 rgba(0,0,0,0.5);
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background: #993366; /* Old browsers */
background: -moz-linear-gradient(top,  #993366 0%, #7c0928 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#993366), color-stop(100%,#7c0928)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #993366 0%,#7c0928 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #993366 0%,#7c0928 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #993366 0%,#7c0928 100%); /* IE10+ */
background: linear-gradient(to bottom,  #993366 0%,#7c0928 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#993366', endColorstr='#7c0928',GradientType=0 ); /* IE6-9 */
        
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #7c0928;
  border-color: #DDD;
  text-decoration: none;
  background: #f6f8f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */


}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}