.boxy-inner {
	background: transparent;
	width: 30em;
}
.boxy-content {
	position: relative;
}
.boxy-inner .close {
	bottom: 15px;
	position: absolute;
	right: 15px;
	z-index: 1000;
}
.boxy-inner .close a {
	cursor: pointer;
}
.boxy-inner .formatted {
	background: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 15px 10px 15px;
}
.boxy-inner .formatted .field-text input {
	width: 99%;
}
.boxy-inner .formatted .field-button {
	margin: 0;
}
.boxy-inner .formatted p.error {
	right: 0;
}
.boxy-inner .formatted p,
.boxy-inner .formatted .close {
	font-family: 'Helvetica', 'Arial', sans-serif;
}

.boxy-wrapper .title-bar {
	display: none;
}
.boxy-wrapper .top,
.boxy-wrapper .bottom,
.boxy-wrapper .left,
.boxy-wrapper .right,
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-left,
.boxy-wrapper .bottom-right {
	width: auto;
	height: auto;
}
