/*/////////////////////
Designed by tysoh.com
Author: Teck Yu
Version 2.0 (Last updated on 30 Nov 2013)      
/////////////////////*/

/*/////////////////////
//   TABLE        
/////////////////////*/
.smallnote {
	font-size:1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fd1f1f;
}
.error {
	color:#fd1f1f;
	font-size:0.85em;
	font-weight:bold;
}
.required {
	color:#124acb;
	font-size:0.9em;
	font-weight:bold;
}
/*/////////////////////
//   Recaptcha
/////////////////////*/
#recaptcha_image {
	border:1px solid #8b847a;
	border-radius: 1px;
}
/*/////////////////////
//   Links         
/////////////////////*/
a:link {
	color:#124acb;
	text-decoration:none;
}
a:visited {
	color:#124acb;
	text-decoration:none;
}
a:hover {
	color:#124acb;
	text-decoration:underline;
}
a {
	color:#124acb;
	text-decoration:none;
}
body {
	font-size:14px;
	font-family: "Helvetica Neue", sans-serif;
	color:black;
}
.textfield {
	background: 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 2px #333333 inset;
	transition: all 0.2s linear;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 13px;
	color: #222222;
	position: relative;
	height: 20px;
	width: 250px;
	padding-left: 2px;
}

textarea {
	background: 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 2px #333333 inset;
	transition: all 0.2s linear;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 13px;
	color: #222222;
	position: relative;
	padding-left: 2px;
}

select {
	background: 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 2px #333333 inset;
	transition: all 0.2s linear;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 13px;
	color: #222222;
	position: relative;
	height: 20px;
	width: 150px;
	padding-left: 2px;
}
.textfield2 {
	background: 12px 11px no-repeat, linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);
	border-radius: 3px;
	border: none;
	box-shadow: 0 1px 2px #333333 inset;
	transition: all 0.2s linear;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 14px;
	color: #222222;
	position: relative;
	height: 30px;
	width: 300px;
	padding-left: 2px;
}
