input[type=text].chosenstyle, textarea.chosenstyle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0 5px;
	color: #333333;
	border: 1px solid #aaaaaa;
	background-color: #fff;
	cursor: text;
}

textarea.chosenstyle {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1px, #eeeeee), color-stop(10px, #ffffff));
	background-image: -webkit-linear-gradient(#eeeeee 1px, #ffffff 10px);
	background-image: -moz-linear-gradient(#eeeeee 1px, #ffffff 10px);
	background-image: -o-linear-gradient(#eeeeee 1px, #ffffff 10px);
	background-image: linear-gradient(#eeeeee 1px, #ffffff 10px);
}

input[type=text].chosenstyle {
	height: 29px;
	vertical-align: middle;
	overflow: hidden;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
}

input[type=submit].chosenstyle {
  padding: 0 8px;
  margin: 1px 5px;
  height: 30px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  background-color: #ddd;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f0f0f0f), color-stop(50%, #e0e0e0), color-stop(52%, #dddddd), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #f0f0f0f 20%, #e0e0e0 50%, #dddddd 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #f0f0f0f 20%, #e0e0e0 50%, #dddddd 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #f0f0f0f 20%, #e0e0e0 50%, #dddddd 52%, #f4f4f4 100%);
  background: linear-gradient(top, #f0f0f0f 20%, #e0e0e0 50%, #dddddd 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  cursor: pointer;
}

