	
		
		#alttaraf a {
			color:#333;
		}
		
		

		#container2{
			margin-left: auto;
			margin-right: auto;
			width: 50em;
			padding: 5px 20px 5px 25px;
		    width: 50%;
		    height: 50%;
		    background-color:#FFF;

		}
        #container2 textarea{
            max-width: 730px;
            height: auto;
            width: 100%;

		}
        #container2 textarea#how{
            max-width: 730px;
            height: 350px;
            width: 100%;

		}
		#container{
	    margin-left: auto;
    margin-right: auto;
    /* width: 50em; */
    padding: 0px 8px 17px 24px;
    width: 100%;
    height: 40%;
    /* background-color: #FFF; */
		}
		input, textarea#text {
			    /* padding: 10px; */
    border: 1px solid #E5E5E5;
    width: 100%;
    /* max-width: 200px; */
    color: #999999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
		}
		textarea#text {
			font-family: 'Raleway', sans-serif;
			width: 100%;
			height: 120px;
			max-width: 400px;
			line-height: 18px;
		}
		input:hover, textarea:hover,
		input:focus, textarea:focus {
			border-color: 1px solid #C9C9C9;
			box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
			-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
			-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
		}
        

		.form label {
			margin-right: 7px;
			color: #999999;
		}
		.submit input {
			width: 100%;
			max-width: 100px; 
			height: 40px;
			    background-color: #C31B04;
				  
			color: #FFF;
			border-radius: 3px; 
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;	
    border-bottom: 4px solid #b56642;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-apperance: none;
    font-family: 'Open Sans', sans-serif;
    outline: none;			
		}

		.check input {
			width:auto;
			margin: 0 0 0 5;
			padding: 0;
		}
		
		.sec select {
			border: 1px solid #E5E5E5;
			width: 100%;
			max-width: 200px;
			color: #999999;
			box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
			-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
			-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
		}
		
		
		

       
    
        .selected {
            background:#fff;
            font-weight:700;
        }

        .clear {
            clear:both;
        }

       

        
