/*
	Theme Name: Timber Shutters Direct
	Description: Theme by Fireworks Websites for Timber Shutters Direct
	Author: Fireworks Websites - Matthew Sinagra
	Author URI: http://fireworksweb.com.au
	Version: 1.4.1
	Text Domain: framework
    	Domain Path: /languages
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: 
	----------------------------------------------------------------------------------------------------------------*/

form fieldset label {
    font-size: 1.2em;
    color: #444449;
}
form fieldset whitelabel {
    font-size: 1.2em;
    color: #fff; 
}

form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form input[type="range"], form input[type="password"], form input[type="text"], form textarea {
    width: 100%;
    height: auto;
    border: 1px solid #dcdee4;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 6px 5px;
    color: #444449;
    font-weight: normal;
}

.blacktext {
color: #000;
}

div#wpcf7-f690-p688-o1{
background-color: #60646d;
color: #fff;
border: 1px solid #fff;
padding:20px;
width:600px;
}

div#wpcf7-f615-p627-o1, div#wpcf7-f615-p634-o1, div#wpcf7-f615-p637-o1, div#wpcf7-f615-p639-o1, div#wpcf7-f615-p642-o1, div#wpcf7-f615-p645-o1{
background-color: #60646d;
color: #fff;
border: 1px solid #fff;
padding:20px;
width:350px;
}

#wrapper {
  margin-right: 350px;
}
#content {
  float: left;
  width: 100%;
/*     background-color: #CCF; */
}
#sidebar {
  float: right;
  width: 350px;
  margin-right: -370px;
/*   background-color: #FFA; */
}
#cleared {
  clear: both;
}
