/*------------------------------------*\
    Editor
\*------------------------------------*/

.tinyNoEditor {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border:0;
	background-color:#EEE;
	padding:0;
}
input[type="button"], 
input[type="submit"], 
input[type="reset"], 
input[type="file"]::-webkit-file-upload-button, button {
	float:right;
	background-color:#DDD;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border:0;
	color:#999;
	font-family:'Arial', Sans-serif;
	font-size:13px;
	font-weight:700;
	margin:4px 0px 0px 4px;
	padding:2px 6px;
	height:28px
}
input[type="button"]:hover,
input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="file"]:hover::-webkit-file-upload-button, button:hover {
	background-color:#BBB;
	color:#FFF;
}
input[type="text"] {
	border:0;
	padding:0;
	font-family: Arial, sans-serif;
	margin:8px 0;
	font-size:16px;
	line-height:21px;
	font-weight:400;
	color: #1592cb;
	background-color:#EEE;
}
select {
	width:200px;
	font-family: Arial, sans-serif;
	font-size:13px;
   	padding:6px;
	margin-left: 0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow: 1px 1px 0 #ccc, 0 -1px #fff inset;
	-moz-box-shadow: 1px 1px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 1px 1px 0 #ccc, 0 -1px #fff inset;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background: #f8f8f8 url(arrows.png);
	background-position:right center;
	background-repeat:no-repeat;
   }
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}
