@charset "utf-8";
/* CSS Document */

body{margin:0; padding:0; font:normal 100% Arial, Helvetica, sans-serif; }
.grids{overflow:hidden;}
.flt{float:left;}
h2 {
    color: #454343;
    font: bold 28px arial;
	margin:15px 0 20px 0;
}
h3 {
    color: #454343;
    font: bold 22px arial;
    margin: 0 0 10px 0;
}
p{font:normal 12px Arial, Helvetica, sans-serif; margin:10px 0;}
.wrap{background:url(images/BG1.jpg) repeat-x center 0;}
.container{margin:10px auto; width:600px; }

.pollForm{width:600px;}
form label {
    clear: both;
    color: #454343;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin: 0 80px 0 0;
    text-align: right;
    width: 150px;
}
form .que label{text-align:center; width:auto;}
.row, .lastrow {
    clear: both;
    margin: 0 0 15px;
	
}
.row input {
    background: url("images/field-box.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 14px;
    padding: 5px;
    width: 209px;
}
.lastrow input {
    background: url("images/submit-btn.png") no-repeat scroll center 10px transparent;
    border: medium none;
    display: block;
    height: 52px;
    text-indent: -9999px;
    width: 200px;
	cursor:pointer;
	text-transform:capitalize;
	margin:0 0 0 200px;
}
label.error {
    color: #CC0000;
    font-size: 11px;
    margin: 0 0 10px 235px;
    text-align: left;
    width: 235px;
}
.sideform{
    padding: 0 0 0 50px;
    width: 250px;
}
.sideform form label {
    clear: both;
    color: #454343;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    text-align: left;
    width: 150px;
}
.sideform .lastrow input {
    background: url("images/submit-btn.png") no-repeat scroll center 10px transparent;
    border: medium none;
    display: block;
    height: 52px;
    text-indent: -9999px;
    width: 200px;
	cursor:pointer;
	text-transform:capitalize;
	margin:0;
}
.sideform img.captcha{float:left; clear:both; margin:0;}
.sideform label.error {
    color: #CC0000;
    font-size: 11px;
    margin: 0 0 10px 0;
    text-align: left;
    width: 235px;
}
.sideform .thankyou {
    clear: both;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 15px 12px;
}
/*.age label.error {
    clear: none;
    display: inline-block;
    float: left;
    line-height: 12px;
    margin: 0;
    top: 25px;
    width: 100px;
}*/
.radioBtnrow {
   margin:0 0 15px 0;
   clear:both;
}
.radioBtnrow span {
    font-size: 12px;
    vertical-align: baseline;
}
/*form select{

    display: block;
    overflow: hidden;

}*/
form textarea{width:215px;}
input.r1{}
input.r2{ }
.radioBtnrow input {
    vertical-align: middle;
}
img.captcha{float:left; clear:both; margin:0 0 0 235px;}
.captcha-error {
    clear: both;
    color: #CC0000;
    float: left;
    font-size: 11px;
    margin: 0 0 0 235px;
}
.thankyou {
    clear: both;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 15px 12px;
}
.top-pics{float:left;}
#twitter_update_list li{list-style-type:none; margin:0 0 0 10px; font-size:12px;} 
#twitter_update_list li a{color:#0099cc;}
.icon{display:block; padding:2px 0 0 0;}