* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
	}
.quform-wrapper      
      {
	white-space: normal;
	font-size: 1em;
	font: inherit;
}
textarea {
	font-size: 1em;
    font: inherit;
}
.aaa2 {
	border: 0;
}

pre {
	white-space: pre-wrap;
}





h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	color: #666;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 15px;
	text-shadow: #fff;
	padding-top: 5px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	text-shadow: #fff 1px 1px 0px;
	padding-top: 5px;
}
a {
	color: #F00;
}

/*Clearfix code*/
/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*Clearfix code*/

.stylesheet-switcher {
	padding: 5px;
	width: 300px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 3px;
	text-align: center;
	background-color: #F00;
	position: absolute;
	font-weight: bold;
}

.other-switcher {
    
    padding: 5px;
    width: 300px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 13px;
    text-align: center;
    background-color: #FAFAFA;
    border: 1px solid #B1B1B1;
    position: absolute;
    font-weight: bold;
  
    left: 0px;
    top: 200px;
}

.stylesheet-switcher ul, .other-switcher ul {
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.stylesheet-switcher ul li, .other-switcher ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.stylesheet-switcher ul li a, .other-switcher ul li a {
	font-size: 11px;
	font-weight: bold;
	color: #0099FF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #00F;
	display: block;
	text-align: center;    /*Rounded corners*/

}

.stylesheet-switcher ul li a:hover, .other-switcher ul li a:hover {
	color: #181818;
	background-color: #F00;
	background-image: none;
}

p {
    padding-bottom: 10px;
}

.quform-outer {
    min-height: 300px;
}
