/*general forms*/
.forms{
	padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px; 
	margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px; 
	font-family :verdana, arial, helvetica;
	font-size : 10px;
	color: #575757;
}

form, input, select, option, textarea{
	padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px; 
	margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px; 
	font-family :verdana, arial, helvetica;
	font-size : 10px;
	color: #575757;
}

/*form field widths*/
.fw25(width:25px;}
.fw40{width:40px;}
.fwf{width:43px;}
.fw50{width:50px;}
.fwse{width:70px;}
.fw80{width:80px;}
.fwhft{width:143px;}
.fw160{width:160px;}
.fw190{width:190px;}
.fwth{width:200px;}
.fwthf{width:250px;}
.fw300{width:300px;}
.fw310{width:310px;}
.fw350{width:350px;}
/*submit buttons*/
.submit{
	align:right;
	font-family :verdana, arial, helvetica;
	font-size : 10px;
	font-weight: bold; 
	color: #ffffff;
	background-color:#DF1F36;
	border-color : #DF1F36;
	cursor:hand;
	text-transform : uppercase; 
}

.deleteProfile{
	align:right;
	font-family :verdana, arial, helvetica;
	font-size : 10px;
	font-weight: bold; 
	color: #FFFFFF;
	background-color:#DB2341;
	border-color : #DB2341;
	cursor:hand;
	text-decoration : uppercase; 
}.unnamed1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
}
