body{
	/*background-color:#999;*/
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
body,html{height:100%;}


body.custom-background {
	background-color:#eee;
    background-image: url('../img/background_wood.jpg');
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

div.container{
	background-color:#fff;
	min-height:100%;
	padding-bottom: 30px;
}
#header{
	text-align: center;
	margin-bottom: 20px;
}
.iframe-preview iframe{
	width: 100%;height: 100%;border-style: none;
}
.iframe-preview-border-color iframe{
    border-style: solid;border-width: 3px;border-color: #46b8da;
}

.checkbox-inline.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

.modal-lg-max{
    width: 95%;
}