@charset "UTF-8";
/* CSS Document */


/*
*
*  Eight-column grid active
*  ----------------------------------------------------------------------
*  Margin   | #  1     2     3     4     5     6     7     8   |   Margin
*  5.55555% | %  12.5  25.0  37.5  50.0  62.5  75.0  87.5  100 | 5.55555%
*	
*
*/
/* @media screen and (min-width: 720px) */
@media screen and (min-width: 45em) {
  body {
    /* Reset baseline grid to 16/16 = 1 */
	
    font-size: 1em;
  }
   h1 {
	font-size: 2.6em;  
  }

  #twoway .wrapper {
    float: left;
    width: 50%;
  }
  
form {
	display:block;
}

fieldset input {
	margin-top:5px;
	padding:4px;
	width:75%;
	color:#999999;
    border: solid 2px #ffffff;
	border-radius:4px;  
    outline: 0;
	background: rgba(255,255,255,0.7);
	font-family:'CPMono', Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:0.8em;
	-moz-box-shadow:inset 0 1px 4px #666666;	
   -webkit-box-shadow:inset 0 1px 4px #666666;	
   box-shadow:inset 0 1px 4px #666666;	
	
}

input:focus
{ 
color:#000000;
background-color:background: rgba(255,255,255,1);
 border: solid 2px #ff9900;
}

textarea {
	margin-top:5px;
	padding:4px;
	width:60%;
	color:#999999;
	border: solid 2px #ffffff;
	border-radius:4px;  
	background: rgba(255,255,255,0.7);
	font-family:'CPMono', Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:0.8em;
	-moz-box-shadow:inset 0 1px 4px #666666;	
   -webkit-box-shadow:inset 0 1px 4px #666666;	
   box-shadow:inset 0 1px 4px #666666;	
}
textarea:focus
{ 
color:#000000;
background-color:background: rgba(255,255,255,1);
 border: solid 2px #ff9900;
}
#theButton {
	margin-top:6px;
	width:35%;
	float:right;
}
 
}
  

   
