
input,
textarea,
select,
button
{
	padding: 5px !important;
	font-family: inherit !important;
	font-size: inherit !important;
}
input[ type = "text" ],
textarea,
select
{
	border: 1px solid #cccccc !important;
	background: inherit !important;
	color: inherit !important;
}
button.btn-primary,
input[ type = "button" ].btn-primary
{
	border: none !important;
	background: #cccccc !important;
	color: #111111 !important;
}
button:not( .btn-primary ),
input[ type = "button" ]:not( .btn-primary )
{
	border: none !important;
	background: #333333 !important;
	color: #cccccc !important;
}
button:hover,
input[ type = "button" ]:hover
{
	background: white !important;
	color: #111111 !important;
}

a
{
	color: #cccccc;
}
a:hover
{
	color: white;
}

strong
{
	font-weight: normal;
	color: white;
}

span.hdv_redIinARCHiART
{
	color: red;
}

.hdv_highlightedMenuItem
{
	color: red !important;
}
.hdv_highlightedMenuItem:hover
{
	color: #ff7777 !important;
}

