@charset "utf-8";
/* FORM CSS Document */

#ifWrong {
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	width: 400px;
	border: 1px solid #CCC;
	background-color: #FAFAFA;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	line-height: 30px;
	font-size: 15px;
	text-align: justify;
}

#subscribe {
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#subscribe h1 {
	border-bottom-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding-bottom: 10px;
}

#subscribe label {
	width: 170px;
	display: inline-block;
	font-size: 15px;
	float: left;
}



/* Text field configuration */

.subs input, select, textarea {
	width: 300px;
	padding: 5px;
	background-color: #EFEFEF;
	border: 1px solid #999;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.subs input:hover, select:hover, textarea:hover {
	background-color: #FFF;
	border: 1px solid #666;
}
.subs input:focus, select:focus, textarea:focus {
	background-color: #FFF;
	border: 1px solid #333;
}

.subs textarea{
height:200px;}

/* Text field END */



/* Submit button configuration */

#subscribe input[type="submit"] {
	background-color: #333;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	width: 150px;
	cursor: pointer;
}
#subscribe input[type="submit"]:hover {
	background-color: #444;
}
#subscribe input[type="submit"]:focus {
	background-color: #666;
}

/* Submit button END */



/* Required symbol configuration */

#subscribe .required {
	background-image: url(images/perlu.gif);
	background-repeat: no-repeat;
	background-position: 285px 5px;
}

/* Required symbol END */



#subscribe .copyright a{
	color: #CCC;
}
#subscribe .copyright {
	font-size: 10px;
	color: #999;
	font-style: italic;
	text-align: right;
}

#subscribe .mark {
	font-size: 11px;
	color: #999;
	font-style: italic;
}
#subscribe .redError {
	color: #900;
}

#subscribe fieldset{
	padding:20px;
	background-color:#f3f3f3;
}
#subscribe legend{
	font-size: 20px;
	color: #660000;
	}

