a {
	text-decoration: underline;
	color: #ff6c00;
}
a:hover {
	color: #333;
}
.c-alert {
    background: #f7f5e8 none repeat scroll 0 0;
    color: #333;
    line-height: 1.6;
    margin: 30px 0;
    padding: 20px;
    text-align: left;
}

.c-input--text {
    border: 2px solid #c6be8d;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 0;
    padding: 7px;
    vertical-align: middle;
    width: 100%;
}
.c-input--text:focus {
    border-color: #c6be8d;
    outline: medium none;
}
.c-button {
  background: #f7f5e8;
  line-height: 1;
  font-size: 13px;
  padding: .75em 1.5em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  color:#000;
}
  .c-button:hover {
    background: #fbfaf0;
	color:#000;
  }
.c-button[type="button"] {
	background:#ffc600;
}