@charset "utf-8";
/* CSS Document */

A:link {
	A:link {
	text-decoration: none;
	color: #C1CDCD;
	font-size: 10px;	
} 


A:visited {text-decoration:none;color:#C1CDCD;} 


A:active {text-decoration:none;color:#fff;} 


A:hover {text-decoration:none;color:#fff;} 

	text-decoration: none;
	color: #C1CDCD;
} 




.2 {
	font-family: ;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
	line-height:;
}

 {
	font-family: ;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
	line-height:;
}

form header {
	
}
form header div {
	font-size: 100%;
	color: #999;

}
form header h2 {

}
form > div {
	clear: both;
	overflow: hidden;
	padding: 1px;
	
}
form > div > fieldset > div > div {
	margin: ;

}
form > div > label,
legend {
	width: 65px;
	float: left;
	padding-right: 20px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
}
form > div > div,
form > div > fieldset > div {
	
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
	
	border: thin dotted #000;
}
fieldset {
	border: thin dotted #000;
	border: 0;
    padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	font-family: "Century Gothic", Gadget, sans-serif;
	width: 100%;
	border-top: 1px solid #f90;
	border-left: 1px solid #f90;
	border-right: 1px solid #f90;
	border-bottom: 1px solid #f90;
	color: #000;
	font-weight: 300;
	padding-top: 5px;
	padding-bottom: 10px;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 80%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}
