form {
	max-width: 600px;
	margin: 1em auto;
}
fieldset {
	border-radius: 4px;
	border: 1px solid gray;
	padding: 10px;
}
button,input[type=button] {
	padding: 5px;
	border: 1px solid #000;
	color: #333333;
	/*
	 * min-width: 100px;
	 * min-height: 38px;
	*/
	font-size: 16px;
}
label {
	width: 40%;
	text-align: right;
	float: left;
	margin: 0 10px 10px 0;
	clear: both;
}
form label {
    line-height: 44px;
    margin: 0 10px 2px 0; 
}

form label.checkbox {line-height:21px}
input,select {
	float: left;
	clear: none;
	max-width: 500px;
	padding: 3px;
	box-sizing: border-box;
	width: 50%;
	font-size: 10pt;
}
form input[type=submit], form button[type=submit] {
	background-color: #34cb74;
	border-radius: 4px; 
	border:none;
	color: white;
	float: none;
	font-size: 12pt;
	font-weight: bold;
	height: auto;
	line-height: 34px;
	margin-left: 25%;
	padding: 0 10px 0 10px;
	text-shadow: 1px 1px #248b50;
	width: 50%;
}
form input[type=submit]:disabled,
form input[disabled=disabled][type=submit]:disabled{ 
	background-color: rgb(221, 221, 221);
	color: graytext;
	background-image: url('/chum/images/loading16.gif');
	background-repeat: no-repeat;
	 background-position: 10% 50%;
}
input[type=checkbox],input[type=radio] {
	width: auto;
	margin-top: 3px;
}
input[name=cc_cvm] {
	width: 4em;
}
textarea {
	width: 95%;
	min-height: 90px;
}
.formheader {
	padding: 7px 0 7px 0;
	font-size: 16pt;
	font-weight: 600;
	text-align: center;
	margin: 0;
}
#ArticleAlertForm {
	margin-bottom: 0;
}
#ArticleAlertForm label {
	width: auto;
	margin-top:0;
}
#ArticleAlertForm input {
	margin-top:0;
}
#ArticleAlertForm fieldset {
	padding-top: 0;
}
form .hints {
	font-size: smaller;
	text-align: right;
}
form .divinfo {
	clear: both;
	font-weight: 600;
}
form br {
	clear: both;
}
label.checkbox {
	width: auto;
	text-align: left;
	margin-left: 2em;
}
form select[name=cc_expire_month] { width: 120px; margin-right: 10px; }
form select[name=cc_expire_year] { width: 75px; margin-right: 10px; }
#emailConfirmForm input {
	float: left;
	margin-top: 5px;
	margin-right: 7px;
}
#emailConfirmForm label {
	float: none;
	display: inline;
}
.inpRoundSearch{
	box-sizing: border-box;
	display: block;
	padding-left: 24px;
	width: 100%;
}

.fieldRange {  
	margin: 4px auto;
	max-width: 500px;
	min-width:300px; 
	width: 98%;
}
.fieldRange >input,.fieldRange >label,.fieldRange >span{float:left;}
.fieldRange >span{padding-right: 10px;margin: 10px 2px;}
.fieldRange >input,.fieldRange >select {
	clear: none;
	width: 15%;
}
.fieldRange >label {
	width: 45%;
}


/* left side form */

#creditcardscreen.hasSidebar-left {
	box-sizing: border-box;
	position: relative;
	min-height: 1200px;
	padding: 10px 20px 10px 380px;
}
#creditcardscreen .sidebar-left {
	background-color: #a18d69;
	color:white;
	box-sizing: border-box;
	float: none;
	padding: 10px;
	position: absolute;
	left: 20px;
	top: 10px;
	width: 340px;
}
#creditcardscreen .sidebar-left h3{text-align: center;}

#creditcardscreen .sidebar-left label{	display: none;}
#creditcardscreen .sidebar-left label.checkbox{	display: block;margin-left: 0}

.sidebar-left input[type="text"], 
.sidebar-left input[type="email"], 
.sidebar-left textarea, 
.sidebar-left select,
.sidebar-left input[type="password"] {
    box-sizing: border-box;  
    display: block; 
    font-size: 10pt;
    height: 30px;
    max-width: 500px;
    padding: 3px;
	width: 100%;
}


@media only screen and (max-width: 768px)  {
	label {
		text-align: left;
		width: 100%;
		margin-bottom: 0;
	}
	input {
		width: 80%;
		margin-bottom: 1.5em;
	}
	input[type=submit] {
		margin-left: 10%;
	}
}
