﻿
/*

	CARBIDE DATA FORM CSS
	-------------------------------------------------------------------------
	Author: Michael Argentini; magic@ddii.com
	01/05/2008

*/

.ErrorBanner
{
	border: none;
	display: block !important;
	clear: both !important;
	font-weight: bold;
	color: #FF0000;
	font-size: 125%;
	text-align: right;
}

.ErrorBanner2
{
	border: none;
	display: block !important;
	clear: both !important;
	font-weight: bold;
	color: #FF0000;
	font-size: 125%;
	text-align: left;
	padding-bottom: 10px;
	margin: 0px 0px 15px 0px;
	border-bottom: solid 1px #CDCDCD;
}

.SuccessBanner
{
	border: none;
	display: block !important;
	clear: both !important;
	font-weight: bold;
	color: #00AB00;
	font-size: 125%;
	text-align: right;
}

.SuccessBanner2
{
	border: none;
	display: block !important;
	clear: both !important;
	font-weight: bold;
	color: #00AB00;
	font-size: 125%;
	text-align: left;
	margin: 0px 0px 15px 0px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CDCDCD;
}

.CarbideForm
{
    clear: both;
    display: block;
    margin-bottom: 15px;
}

	.CarbideForm table, tr, td
	{
		padding: 0px;
		margin: 0px;
		border: none;
	}

	.CarbideForm table
	{
		border: none;
	}

	.CarbideForm input[type=text]
	{
		width: 300px;
		margin: 0px;
		padding: 2px;
		font-size: 100%;
	}

	.CarbideForm input[type=submit]
	{
		font-size: 100%;
	}

	.CarbideForm textarea
	{
		font-size: 100%;
		width: 300px;
		height: 300px;
	}

	.CarbideForm select
	{
		font-size: 100%;
	}



/*

	CALLOUTS
	-------------------------------------------------------------------------

*/

	.CarbideForm .Callout
	{
		padding: 0px;
		margin: 0px;
		vertical-align: top;
		text-align: left;
		width: 200px;
		padding-bottom: 20px;
		font-weight: bold;
		padding-right: 15px;
		border: 0px;
		border-right: solid 1px #CDCDCD;
	}

	.CarbideForm .Callout span
	{
		font-weight: normal;
		display: block;
	}




/*

	FIELDS
	-------------------------------------------------------------------------

*/

	.CarbideForm .Field
	{
		border: none;
		padding: 0px;
		margin: 0px;
		text-align: left;
		vertical-align: top;
		padding-left: 15px;
		padding-bottom: 20px;
	}

	.CarbideForm .Separator
	{
		border: none;
		padding: 0px;
		margin: 0px;
		display: block;
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 130%;
		font-weight: bold;
		vertical-align: bottom;
		padding-bottom: 5px;
		border-bottom: solid 1px #CDCDCD;
	}

	.CarbideForm .SeparatorWhitespace
	{
		display: block;
		padding: 10px;
	}

	.CarbideForm .Error
	{
		border: none;
		display: block !important;
		clear: both !important;
		margin-top: 5px;
		font-weight: bold;
		color: #FF0000;
	}

	.CarbideForm .Required
	{
		margin: 0px;
		padding: 0px;
		border: none;
		display: inline;
		position: relative;
		font-weight: bold;
		color: #FF0000;
		padding-left: 5px;
	}




/*

	BUTTON CELL STYLES
	-------------------------------------------------------------------------

*/
	.CarbideForm .Cancel
	{
		border: none;
		padding: 0px;
		margin: 0px;
		vertical-align: middle;
		text-align: left;
		padding-bottom: 10px;
		padding-top: 30px;
		padding-right: 15px;
		border-right: solid 1px #CDCDCD;
	}

	.CarbideForm .Submit
	{
		border: none;
		padding: 0px;
		margin: 0px;
		vertical-align: middle;
		text-align: left;
		padding-left: 15px;
		padding-bottom: 10px;
		padding-top: 30px;
	}




/*

	FIELD STYLE OVERRIDES
	-------------------------------------------------------------------------

*/


	#Carbide_CMS_firstname, #Carbide_CMS_lastname, #Carbide_CMS_city, #Carbide_CMS_telephone, #Carbide_CMS_deadline, #Carbide_CMS_zipcode
	{
		width: 125px !important;
	}

	#Carbide_CMS_email, #Carbide_CMS_confirmemail
	{
		width: 175px !important;
	}
	
	#Carbide_CMS_state
	{
		width: 35px !important;
	}
