/** 
* Generated by www.formstylegenerator.com 
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/

#msgbox
{
    position: absolute;
    top:30%;
    left:40%;
    padding:15px;
    display: none;
    background-color: #aaa;
    border: 1px solid #ccc;
   font-size: 25px;

}
.form {
	display: inline;
	border: 2px solid #ccc;
	/** remember to change image path **/
	background: url(none) no-repeat #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 15px;
	color: #7d7d7d;
	margin-bottom:10px;
	width: 300px;
}

.fail2
{
	width: 280px;
	margin-right:4px;
}
.fail
{
	border: 2px solid red;
}

.form_text
{
    border:0px;
}
.form:disabled
{
    border: 2px solid #ccc;
    background: url(none) no-repeat #ddd;
}
.form_button
{
    
	
	/** remember to change image path **/
	
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 15px;
	color: #7d7d7d;
	margin-bottom:10px;
	width: 100px;
}

/** You can use this style for your LABEL elements **/
label {
	display:block;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 12px;
	color: #7d7d7d;
}

