body, h1 {
    margin: 0px;
    padding: 0px;
}

body {
	font: 16px/19px Georgia, serif;
    background: url(img/black.png) top left repeat-x;
    margin-left: 50px;
}

h1 {
    text-indent: -500ex;
    width: 573px;
    height: 136px;
    background: url(img/head.png);
}

#entry {
    height: 44px;
    padding-left: 100px;
    background: url(img/sample.png) top left no-repeat;
}

#entry label {
    display: none;
}

#entry input {
    margin-top: 11px;
    font-size: 12px;
    padding: 1px;
}

div.controls {
	padding-bottom: 20px;
}

div.preview {
	width: 673px;
	height: 138px;
	margin-bottom: 10px;
    margin-left: -50px;
}

select.families {
    margin-right: 5px;
}

button[disabled] {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default !important;
}

#buttons {
    padding-left: 485px;
    margin-top: -40px;
}

button#more, button#less {

    display: block;
    float: left;

    width: 44px;
    height: 17px;

    text-indent: -500ex;
    background: url(img/more.png);

    border: none;
    cursor: pointer;

    margin-right: 5px;
}

button#less {
    width: 40px;
    background: url(img/less.png);
}
