#PliableForm
{
    padding:0;
	margin:10px 0 0 0;
	width:550px;
	color:#999;
}

#PliableForm label
{
	clear:both;
	width:150px;
	display:block;
}
.pText {
	margin:10px 0 10px 0;  
	padding:10px;
	font:normal 12px Arial, Sans-serif;
	color:#424242;
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;  
	width:65%;
	float:left;
}
.pHighlightText {
	border: 1px solid #ff0000;
}
.pRequiredCheckbox {
	border: #ff0000;
}
.pErrorMessage {
	color: #ff0000;
	float:left;
	margin:17px 0 0 10px;
}

/* For Pliable Form table */
td.label {
  text-align: right;
  padding: 3px;
  vertical-align: top;
}
td.input, td.errorMessage {
  padding: 3px;
  vertical-align: top;
}

.pSubmit
{  
    margin:0 15px 0 0;
    cursor:pointer;
    width: 105px;  
    height: 32px;  
    line-height: 16px;  
    text-decoration: none;  
    font-size: 13px;
    display: inline-block;  
    text-align: center;  
    position: relative;  
    -moz-border-radius: 7px;  
    -webkit-border-radius: 7px;  
    border-radius: 7px;  
    border: 1px solid #cccccc;     
    background:#f4f4f4; 
	clear:both;
	display:block;
}  
   
.pSubmit:hover {  
     background:#DCDCDC;  
    
}  
.pSubmit:active
{
    background:#DCDCDC;  
}














/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
