@charset "utf-8";
form {
	width: 98%;
	margin-top: 20px;
	margin-left: 0px;
}
form a{
	text-decoration: none;
	/*font-weight: 200;
	color: #FB1801;*/
}
fieldset{
	border-radius: 5px;
	width: 92%;
	border:thin solid rgba(140,140,140,0.8);
	}
#addpl p {
	
	margin-top: 0px;
	margin-bottom: 0px;

}
label {
	font-size: 14px;
	width: 130px;
	display: block;
	float: left;
	
}

input{
	font-size: 12px;
	width:300px;
	height:22px;
	background-color: #ccc;
	border:none;
	}
textarea { 
width:300px;
background-color: #ccc;
border:none;
}
input[type="submit"] {
	font-size: 12px;
	background-color: #ccc;
	color: #000;
	height: 30px;
	/*float: left;*/
	border: 1px solid #CCC;
	margin-left: 140px;
	padding: 2px;
	width: 65px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline;
 }
input:disabled,
input[disabled]{
  border: 1px solid #999999;
  background-color: rgba(51,51,51,0.85);
  color: #666666;
}
.ok_txt{
	font-size: 0.8em !important;
}
input[type="checkbox"]{
    border: thin solid #CCC;
}
input[type="checkbox"] + label {
    margin-left: 1.4em;
    position: relative;
    cursor: pointer;
}

 input[type="reset"] {
	font-size: 12px;
	background-color: #bbb;
	color: #000;
	height:30px;
	border: 1px solid #CCC;
	margin-left: 30px;
	padding: 2px ;
	width: 65px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px;
 }

@media screen and (max-width: 480px) { 
input{
	font-size: 12px;
	width:80%;
	height:22px;
	background-color: #ccc;
	border:none;
	}
textarea { 
	width:80%;
	background-color: #ccc;
	border:none;
}
input[type="submit"] {
	margin-left: 20px;
 }
}
