/* CSS Document */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

.container {
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.container:before, .container:after {
    content: "";
    display: table;
    line-height: 0;
}
.container:after {
    clear: both;
}



.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}

.row:after {
    clear: both;
}


.span3 {
    width: 270px;
}

.span4 {
    width: 340px;
}

.span5 {
    width: 460px;
}
.span6 {
    width: 550px;
}
.span7 {
    width: 660px;
}
.span12 {
    width: 1100px;;
}

[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}


label {
    display: block;
    margin-bottom: 5px;
}

label, input, button, select, textarea {
    font-weight: normal;
    line-height: 20px;
}