
 
 .button2 {
	padding: 15px 15px;
	background: #2664cf;
	font-family: Arial, sans-serif;
	color: #ffffff;
	text-align: center;
	display: block;
	cursor: pointer
	}
.button2 {
	border: 1px solid #E8E8E8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
	}
.button2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#C9C9C9), to(#C9C9C9));
	background: -moz-linear-gradient(top, #0a8ffe, #2b5cc6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a8ffe', endColorstr='#2b5cc6')
	}
 
  .button3 {
	padding: 15px 15px;
	background: #2664cf;
	font-family: Arial, sans-serif;
	color: #ffffff;
	text-align: center;
	display: block;
	cursor: pointer
	}
.button3 {
	border: 1px solid #E8E8E8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
	}
.button3 {
	background: -webkit-gradient(linear, left top, left bottom, from(#e18022), to(#e18022));
	background: -moz-linear-gradient(top, #0a8ffe, #2b5cc6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a8ffe', endColorstr='#2b5cc6')
	}
	
	
	
	input.rounded {

  border: 1px solid #ccc;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  

 

  font-size: 15px;

  padding: 4px 7px;

  outline: 0;
	-moz-outline-radius:10px;


  -webkit-appearance: none;
  
}

input.rounded:focus {
  
   */
  border-color: #339933;
  
}

/* Smooth outline with box-shadow: */
input[type=text]:focus {
    box-shadow: 0px 0px 3pt 2pt #e18022;
}

/* Hard "outline" with box-shadow: */
input[type=text]:focus {
    box-shadow: 0px 0px 0px 2pt #e18022;
}








textarea.rounded {

  border: 1px solid #ccc;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  

 

  font-size: 15px;

  padding: 4px 7px;

  outline: 0;
	-moz-outline-radius:10px;


  -webkit-appearance: none;
  
}

textarea.rounded:focus {
  
   */
  border-color: #339933;
  
}

/* Smooth outline with box-shadow: */
textarea:focus {
    box-shadow: 0px 0px 3pt 2pt #e18022;
}

/* Hard "outline" with box-shadow: */
textarea:focus {
    box-shadow: 0px 0px 0px 2pt #e18022;
}



/* The CSS */
select {
    padding:3px;
    margin: 0;
	
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:10px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:40px}
}

label {position:relative}
label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:0px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:10px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

.formspace {
	/*padding:10px;*/
	padding:15px;
	margin: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 15px;
	font-family: sans-serif;
	vertical-align: baseline;
	}