﻿/* 
Theme & Template Designed By: Todd Swift
ThemeKings --  www.themekings.net
June 2017  All Rights Reserved
Dark mech Revised 06/17
Email questions or request to tswift@themekings.net
*/

input {
	border-style: 0;
	border-width: 0px;
	background-color: #444444;
	color: #999999;
	padding:4px;
}

select {
	border-style: 0;
	border-width: 0px;
	background-color: #444444;
	color: #999999;
	padding:4px;
}
textarea {
	border-style: 0;
	border-width: 0px;
	background-color: #444444;
	color: #999999;
	padding:4px;
}
.error {

	color: red;

}
.selectParent{
    width:80px;
    overflow:hidden;
}

.selectParent select{
    width:100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 30px 2px 2px;
    border: none;
    background: transparent url("../theme/d-arrow.png") no-repeat right center;
}