/* 
    Document   : formV2
    Created on : Sep 11, 2009, 12:14:02 PM
    Author     : mscotto <mscotto@supportland.com>
    Description:
        Purpose of the stylesheet follows.
*/


/*
	Submit buttons
*/

.pdxButton{
	font-family:arial,helvetica,clean,sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	background-color:#C37139;
	color: white;
}
div.pdxButton.cShell{
	height:1.4em;
	padding:2px .5em;
	margin: 2px;
	border:thin solid ;
	border-color:#C37139;
	float:right;
	width:auto;
}

a.pdxButton.cCancle,.pdxButton.cCancle{
	text-decoration: none;
	color:#C37139;
	background-color:white;
}
a.pdxButton.cCancle.cX{
	color:#AFAFAF;
}
 div.pdxButton.cShell.cX{
	border:1px solid #AFAFAF;
	bottom:3em;
	color:#AFAFAF;
	height:15px;
	padding:3px;
	position:relative;
	text-align:center;
	width:15px;
}