.textEdit {
	font-size: .9em;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

a.pure-button {
	color: #ffffff !important;
}

a.pure-button:hover {
	text-decoration: none !important;
}

input[type="text"] {
	width: 300px;
	font-size: .9em;
}

select {
	font-size: .9em;
}

label {
	font-size: .9em;
	min-width: 250px;
	color: #666666;
}

.halfbox {
	width: 50%;
	float: left;
}

.halfbox label {
	min-width: 0px !important;
}

.halfbox input {
	width: 200px;
}

.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
    background: rgb(28, 184, 65); /* this is a green */
}

.button-error {
    background: rgb(202, 60, 60); /* this is a maroon */
}

.button-warning {
    background: rgb(223, 117, 20); /* this is an orange */
}

.button-secondary {
    background: rgb(66, 184, 221); /* this is a light blue */
}

/*.title		{	font: 16pt "verdana,helvetica";
				color: "#1F448B";
				font-weight: bold; 
				text-decoration: none; }

.Subtitle	{	font: 10pt "verdana,helvetica";
				color: "#1F448B";
				font-weight: bold; 
				text-decoration: none; }

.text		{	font: 8pt "verdana,helvetica";
				color: "#333333";
				font-weight: normal; 
				text-decoration: none; }

.textForm	{	font: 8pt "verdana,helvetica";
				color: "#646464";
				font-weight: normal; 
				text-decoration: none; }

.textEdit	{	font: 8pt "verdana,helvetica";
				color: "black";
				font-weight: normal; 
				text-decoration: none; }

.tiny		{	font: 1pt "verdana,helvetica";
				color: "white";
				font-weight: normal; 
				text-decoration: none; }

.textblack	{	font: 8pt "verdana,helvetica";
				color: black;
				font-weight: normal; 
				text-decoration: none; }

.textblue	{	font: 8pt "verdana,helvetica";
				color: "#1F448B";
				font-weight: normal; 
				text-decoration: none; }
*/