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

*{
    margin: 0;
    padding: 0;
}

body{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

h1{
    font-size: 30px;
    font-weight: 700;
    color: #7da630;
    margin-bottom: 10px;
}

h2{
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

h3{
    margin-bottom: 10px;

}

h4{
    margin-bottom: 10px;

}

h5{
    margin-bottom: 10px;

}

p{
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 22px;
}

ul{
    margin-bottom: 10px;

}

ol{
    margin-bottom: 10px;
    margin-left: 20px;

}

a{
    color: #333;
}

span.heading{
    font-size: 24px;
    font-weight: 700;
    color: #7da630;
}

ul.ticks{
    list-style-image:url(images/tick.png);
    margin-left: 35px;
    font-size: 15px;
    line-height: 48px;
}

ul.ticksSmall{
    list-style-image:url(images/tick-small.png);
    margin-left: 35px;
    font-size: 15px;
    line-height: 24px;
}

hr{
    width: 100%;
    border: none;
    height: 1px;
    float: left;
    margin: 20px 0;
    background: #999;
}

.pink{
    color: #ee5999;
}

/*** header ***/

header{
    width: 100%;
    float:left;
    text-align: center;
    margin-top: 20px;
}

#logo{
    width: 155px;
    height: 152px;
    background: url(images/logo.png) no-repeat;
    margin: 0 auto;
}
    

/*** end header ***/

/*** footer ***/

footer{
    width: 100%;
    height: 162px;
    float:left;
    text-align: center;
}

footer p{
    font-size: 12px;
}

/*** end footer ***/

#wrapper{
    width: 100%;
    float: left;
}

#content{
    width:960px;
    margin: 0 auto;
}

#buttonBig{
    background: url(images/take-questionnaire-big.png) no-repeat;
    width: 940px;
    height: 102px;
    float: left;
    border: none;
    margin: 20px 0;
}

#buttonSmall{
    background: url(images/take-questionnaire.png) no-repeat;
    width: 341px;
    height: 102px;
    float: right;
    margin-left: 20px;
    border: none;
}

#buttonBig:hover, #buttonSmall:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/*** form ***/

form#userDetails{
    width: 550px;
    float: left;
    font-size: 15px;
    margin: 20px 0;
}

input[type="text"], input[type="email"], input[type="password"]{
    padding: 3px;
    margin-bottom: 10px;
}

textarea{
    width: 98%;
    padding: 1%;
    margin-bottom: 10px;
    resize:vertical;
}

input[type="submit"]{
    background: #ee3f21;
    color: #fff;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}
input[type="button"]{
    background: #ee3f21;
    color: #fff;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}

.col160{
    width: 160px;
    float: left;
}

.col220{
    min-width: 300px;
    float:left;
}

.result p{
font-size: 16px;
}

.result ul {
  border: 1px solid #FFFFFF;
  width: 301px;
    height: 22px;
    clear: both;
	font-size: 20px;
}

.result ul li { 
    display:inline; 
    float:left;
    padding: 3px;
}

.result ul li:last-child{
   float:right;
   font-weight:bold;
/*  border: 1px solid #666; */
}
.thankyou{
    text-transform:uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align:center;
}
#l_name,#f_name,#u_name,#u_email,#u_pwd,#u_cpwd, #error{ float: right; color: red;}
.mandatory{ color:#EE3F21;}

/*** end form ***/
