/************************* SIZES ***************************/
#wcform .size-1{
	width:23px;
}
#wcform .size-2{
	width:40px;
}
#wcform .size-3{
	width:70px;
}
#wcform .size-4{
	width:99px;
}
#wcform .size-5{
	width:129px;
}
#wcform .size-6{
	width:150px;
}
#wcform .size-8{
	width:184px;
}
#wcform .size-9{
	width:240px;
}
#wcform .size-10{
	width:268px;
}
#wcform .size-11{
	width:296px;
}
#wcform .size-12{
	width:324px;
}
/************************* TXTBOX **************************/
#wcform input.txtbox{
}
/************************* CHECKBOX **************************/
#wcform input.checkbox{
	width:20px;
}
/************************* RADIOBOX **************************/
#wcform input.radiobox{
	width:15px;
	margin-left:10px;
	
}
/************************* SELECTBOX **************************/
#wcform select.selectbox{
}
/************************* NOTEBOX **************************/
#wcform textarea.notebox{
	height:120px;
	width:326px;
}
/************************* HEADINGS **************************/

/************************* TABLE ************ table-layout:fixed;**************/
#wcform{
  margin: 0;
  padding: 0;
}

#wcform table{
  margin: 0 0 0 0px;
  padding: 0;
	width:360px;
}
#wcform table tr{

}
#wcform table tr td{

}
#wcform table tr td.button{
	text-align:right;
}
/************************* OTHER **************************/
#wcform span.errortxt{
	color:red;
}
#wcform span.required{
	color:red;
	font-size:15px;
}
/******* EXTRA STYLES - TEST - TEST - TEST ***************/
#wcform table tr td{
	font-family:verdana,helvetica;
	font-size:10px;
}
#wcform input{
	font-weight:normal;
}
#wcform input.submitbutton {
	background: #007483;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin:5px; 
	float:right;
}
#wcform input.button {
	background: #007483;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin:5px; 
	float:right;
}
#wcform table{
	padding: 5px 8px 5px 0px;
}
#wcform table tr td{
	padding: 5px 8px 5px 8px;
}

#wcform select{
}
#wcform input{
}
#wcform textarea{
}

/* TBBL STYLES */
/************************* COMMENTBOX **************************/
#wcform span.commentbox{
	font-weight:normal;
}
#wcform span.size-12{
	font-weight:bold;
	width:auto;
}
#wcform span.size-6{
	width:auto;
}
#wcform span.size-3{
	width:75px;
	margin-left:12px;
}
/************************* BUTTON AND SUBMITBUTTTON **************************/
#wcform input.button{
	width:90px;
	background-color:red;
}
#wcform input.submitbutton{
	width:90px;
}
