@charset "utf-8";
/* CSS Document */


body, html {
	margin: 0;
	padding: 0;
		width:100%;
	height: 100%;
}	
label {
	cursor: pointer;

}		
.layoutgrid {
	display: table;
	height: 100%;
	width: 100%;
}
.layoutgrid td {
	
	
}	
.formbody{
	
	font-family:Arial;	font-size:14px;			
	
}
.customTable .input.checkboxes {

	display:block;
	position:relative;
	

}

.customTable td {
	text-align:left;
	background:transparent;
}		
.fieldname { 
	
				 
}	

.layoutgrid td {
	vertical-align:top;
}

table {
		width:100%;
}

td {

	vertical-align:top;
}

.customtable {
	width:100%;
}


.overAll {
	width:50%;
}
.button{
	
		font-size:12px;	   
}	
input.text, select.select {
	width: 250px;
	/*border: 1px solid #7e9db9;*/
	color: #333; /*padding: 1px;*/ 
	background-color: #FFF;
	font-family:verdana,arial,sans-serif;
	font-size: 11px;
	line-height: 120%;
}	
textarea.textarea, textarea {
	
	width: 250px; 
	height: 100px;
	font-family:verdana,arial,sans-serif;
	font-size: 11px;
	
}
.formWrapper {
	
			width: 950px;
	
}

#subscription_form {
	width:100%;
}