@charset "utf-8";

/* CSS Document */



/* Changes on the form */



#main {
	width:260px;
	margin:15px 0 0 15px;
}

.left {
	/* Changes on the form */



  font-family: Arial !important;
	font-size: 12px !important;
}

td.left {
	font-size: 13px;
	font-weight:normal;
	color:#F90;
	vertical-align: top;
	text-align: right;
	padding-right:10px;
}

.pagebreak {
	width:260px;
}

td.right span {
	font-size:16px;
	color:#BFB9AA;
	float:left;
	padding-bottom:8px;
}

td.right {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:normal;
	color:#CCC;
	text-align: left;
	padding:5px 0 5px 40px;
	float:left;
	clear:none;
	width:213px;
}

.tbmain {
	width:300px;
	height:100%;
	color:#cccccc;
}

.head {
	font-family: "Trebuchet MS";
	font-size: large;
	font-weight:bold;
	color:#ffffff;
	vertical-align: top;
	text-align: left;
}

.notvalid {
	border:2px red solid;
	font-family:"Trebuchet MS";
}

.text2 {
	display:block;
	font-size: 14px;
	vertical-align:middle;
	color:#FFF;
	max-width:213px;
	height:26px;
	outline:none;
	border:none;
	padding:3px 5px 0 5px;
	background: url(../images/CM-input.gif) no-repeat;
	float:left;
	clear:both;
}

.text {
	background-color:#181818;
	border:solid 1px #333;
	clear:both;
	color:#C7C7C7;
	display:block;
	outline:none;
	float:left;
	font-size:14px;
	height:100%;
	max-width:180px;
	padding:4px;
	vertical-align:middle;
}

.text p {
	padding:20px;
}
 @media all and (min-width:0px) {
head~body .text {
padding-top:0;
}
}

select.other {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:normal;
	color:#ffffff;
 *border:none;
	border:1px solid #333;
	background: #181818 top repeat-x;
	float:left;
	clear:both;
}

select.other option {
	padding:0 0 0 5px;
}
 html:lang(en)> select.other {
 border:1px solid #333;
 background:#000;
}

.btn {
	font-size: 16px;
	font-weight:normal;
	color:#BFB9AA;
	background:#181818;
	width:45px;
	height:100%;
	border:solid 1px #333;
	cursor:pointer;
}

.btn:hover {
	text-decoration:none;
	border:1px #0CF dotted;
}

span.required {
	font-size: 13px !important;
	color: red !important;
}

.pageinfo {
	padding-right:5px;
	margin-bottom:15px;
	float:left;
}
