/* WRITE YOUR CSS CODE HERE */
input{
	border:1px solid #e8e7e1;
}
select{
	border:1px solid #e8e7e1;
}
/*********************
		Forms
*********************/
form{
	padding:10px;
	margin:0 auto;
}
fieldset {
	display:block;
	padding:5px 10px 5px 10px;
	line-height:20px;
	margin-bottom:10px;
	background-color: #fbfbfb;
}
legend {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px;
	width:254px;
	text-transform: uppercase;
}
label.lastname {
	clear:left;
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	margin-bottom:5px;
	
}
fieldset {
	border:1px solid #e8e7e1;
}
legend {
	border:1px solid #e8e7e1;
	background:#c7ebfe url(../images/form_red.gif) repeat-x center left;
	color:#111111;
}
form textarea {
	border:1px solid #e8e7e1;
	background:#fff url(../images/form_red.gif) repeat-x bottom left;
}
form option {
	background:#FFF;
}
form optgroup {
	background:#e8e7e1;
}
form optgroup option {

}

input[type=text] {
    padding: 5px 5px;
    margin: 8px 0;
    box-sizing: border-box;
	background-color: #edffec;
}
input[type=text]:focus {
    background-color: #ffffff;
	border: 1px solid #555;
}
input[type=button], input[type=submit], input[type=reset] {
    border:1px solid #d7dada; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3);font-weight:bold; color: #2313B0;
 background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
    cursor: pointer;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	 border:1px solid #bfc4c4;
 background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}
form select {
	margin-left:5px;
}
form textarea {
	
	padding:5px;
	overflow:auto;
}
form option {
	background:#FFF;
}
form optgroup option {

}
form #button1, form#form #button2 {
	cursor:pointer;
	width:205px;
	margin-left:8px;
	font-weight:bold;
}
form #button1:hover, form#form #button2:hover {
	background-position:center left;
}


#box{
	border:1px solid #c3d7db;
	background-color: #efefef;
}
#box h3{
	background:#d9eaed;
	border-bottom:1px solid #c3d7db;
	color:#294145;
}
#box h3{
	padding:5px;
	font-size:14px;
}
h3{
	background:#d9eaed;
	border-bottom:1px solid #c3d7db;
}