html {
	
}

body {
	font-family: 'Lato', sans-serif !important;
	font-size: 13px !important;
	padding: 10px;
	/*overflow: hidden;*/
}

.show-block {
	/*display: block !important;*/
}

.hide-block {
	display: none !important;
}

#generator-container {
	
}

select {
	padding: 6px 4px;
}

input[type="text"], input[type="password"], input[type="email"], select {
	display: inline-block;
}

.button {
	font-family: 'Lato', sans-serif !important;
	font-size: 14px !important;
	width: auto !important;
	height: auto !important;
}

form {
	margin: 0;
}

label {
	font-size: 13px !important;
	font-weight: normal !important;
}

label:after {
	/*content: ':';*/
}

#generator-header {
    padding: 10px;
	/*background: #CCC;*/
	position: fixed;
	left: 0;
	width: 530px;
	top: 0;
	box-shadow: 0 4px 10px #CCC;
}

h4#title {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-top: 5px;
}

#generator-container {
    overflow: auto;
	height: 420px;
	margin-top: 80px;
	padding-left: 20px;
	padding-right: 10px;
}

#generate-button {
	position: fixed;
	bottom: 0;
	width: 550px;
	text-align: center;
	height: 60px;
	background: #E8E8E8;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	left: 0;
}

#generate-button a {
	margin-top: 12px;
	float: left;
}

.dd-options li {
	margin-bottom: 0 !important;
}

.dd-option, .dd-option label, .dd-selected label {
	cursor: pointer !important;
}

.dd-selected {
 	text-decoration: none;
 	font-size: 14px;
}

.dd-selected label {
	font-weight: bold !important;
}

#selector-container {
	float: right;
}

.controls-container {
	overflow: hidden;
	margin-bottom: 10px;
}

.description {
	float: right;
	width: 250px;
	font-size: 12px;
	color: #888;
	padding-top: 15px;
}

.controls {
	float: left;
}

.controls > label:first-child {
	font-weight: bold !important;
}

.iPhoneCheckLabelOn span {
	color: #fff !important;
	font-weight: bold !important;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
} 

#close-window-container {
	float: left;
	text-align: left;
	width: 180px;
	margin-top: 20px;
	margin-left: 10px;
	font-size: 11px !important;
	margin-right: 10px;
}

#close-window-container input,  #close-window-container label {
	float: left;
}

label.iPhoneCheckLabelOff span {
	color: #8B8B8B !important;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
	text-align: right;
	font-weight: bold !important;
}







