/* Inset 3D Curved */
.inset {
background:transparent;
}
.inset h1, .inset p {
margin:0 10px;
}
.inset h1 {
font-size:2em; color:#4d6e23;
}
.inset p {
padding-bottom:0.5em;
}
.inset .b1, .inset .b2, .inset .b3, .inset .b4, .inset .b1b, .inset .b2b, .inset .b3b, .inset .b4b {
display:block;
overflow:hidden;
font-size:1px;
}
.inset .b1, .inset .b2, .inset .b3, .inset .b1b, .inset .b2b, .inset .b3b {
height: 1px;
}
.inset .b2 {
background:#18190c;
border-left:1px solid #4d6e23;
border-right:1px solid #4d6e23;
}
.inset .b3 {
background:#18190c;
border-left:1px solid #4d6e23;
border-right:1px solid #4d6e23;
}
.inset .b4 {
background:#18190c;
border-left:1px solid #4d6e23;
border-right:1px solid #4d6e23;
}
.inset .b4b {
background:#18190c;
border-left:1px solid #4d6e23;
border-right:1px solid #4d6e23;
}
.inset .b3b {
background:#18190c;
border-left:1px solid #4d6e23;
border-right:1px solid #4d6e23;
}
.inset .b2b {
background:#18190c;
border-left:1px solid #4d6e23;
border-right:1px solid #4d6e23;
}
.inset .b1 {
margin:0 5px;
background:#4d6e23;
}
.inset .b2, .inset .b2b {
margin:0 3px;
border-width:0 2px;
}
.inset .b3, .inset .b3b {
margin:0 2px;
}
.inset .b4, .inset .b4b {
height:2px; margin:0 1px;
}
.inset .b1b {
margin:0 5px;
background:#4d6e23;
}
.inset .boxcontent {
display:block;
background:#18190c;
border-left:1px solid #4d6e23;
border-right:1px solid #4d6e23;
min-height: 360px;
height:auto !important; /* Holy hack for IE */
height:360px; /* These two lines are needed for IE to actually set a minimum height */
}
/* END Inset 3D curve */