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

body {
font-family:"Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;	
}

#SelectionWrapper {
	border-bottom:10px solid #CCC;
	margin-bottom:50px;
}

.input{width: 300px; margin-left:10px; height: 25px;}
.submit-button{background:#CCC; height:30px; width:100%; margin-top:20px; border-radius:5px; border: #666 solid 1px; cursor:pointer;}
.submit-button:hover { background:#FFF;  }
a {
text-decoration:none;	
}
.large {
	font-size:15px;	
}
.med {
	font-size:12px;	
}
.small {
	font-size:11px;	
}
#htmlCode {
	width:800px;
	height:200px;	
}