/* grid.css */
#survey-project, #survey-project .container {width:727px;margin:0 auto;}
.showgrid {background:url(../grid.png);}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12 {float:left;margin-right:5px;}
.last, div.last {margin-right:0;}
.span-1 {width:56px;}
.span-2 {width:117px;}
.span-3 {width:178px;}
.span-4 {width:239px;}
.span-5 {width:300px;}
.span-6 {width:361px;}
.span-7 {width:422px;}
.span-8 {width:483px;}
.span-9 {width:544px;}
.span-10 {width:605px;}
.span-11 {width:666px;}
.span-12, div.span-12 {width:727px;margin:0;}
input.span-1, textarea.span-1, select.span-1 {width:56px!important;}
input.span-2, textarea.span-2, select.span-2 {width:102px!important;}
input.span-3, textarea.span-3, select.span-3 {width:163px!important;}
input.span-4, textarea.span-4, select.span-4 {width:224px!important;}
input.span-5, textarea.span-5, select.span-5 {width:285px!important;}
input.span-6, textarea.span-6, select.span-6 {width:346px!important;}
input.span-7, textarea.span-7, select.span-7 {width:407px!important;}
input.span-8, textarea.span-8, select.span-8 {width:468px!important;}
input.span-9, textarea.span-9, select.span-9 {width:529px!important;}
input.span-10, textarea.span-10, select.span-10 {width:590px!important;}
input.span-11, textarea.span-11, select.span-11 {width:651px!important;}
input.span-12, textarea.span-12, select.span-12 {width:717px!important;}
div.border {padding-right:1px;margin-right:2px;border-right:1px solid #eee;}
div.colborder {padding-right:52px;margin-right:53px;border-right:1px solid #eee;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, #survey-project .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, #survey-project .container {display:block;}
.clear {clear:both;}