/* CSS Document */





/************************************/
/**        Package Contains:       **/
/************************************/

.package_starter		/* border and content container for Starter Package */
{
border: 1px solid #F36523;
width: 550px
}


.package_entrepreneur		/* border and content container for Starter Package */
{
border: 1px solid #2A903C;
width: 550px
}


.package_executive		/* border and content container for Starter Package */
{
border: 1px solid #0063B1;
width: 550px
}


.package_elite		/* border and content container for Starter Package */
{
border: 1px solid #A1238E;
width: 550px
}



.package_businesscards		/* border and content container for Starter Package */
{
border: 1px solid #997448;
width: 550px
}



/************************************/
/**        Information             **/
/************************************/

input		/* Styles for input fields */
{
color: #666;
background: #fee3ad;
border: 1px solid #999999;
padding: 4px;
}


.spacing_info		/* DIV fields for all topcis and input fields for Information(not textareas [listed below]) */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px;
	margin-left: 9px;
	color: #333333;
	align: top;
}

.dropmenu
{
	background: #fee3ad;
	border: 1px solid #999999;
}



/************************************/
/**       Creative Brief           **/
/************************************/

.spacing_brief		/* DIV fields for all topics and textarea fields for the Creative Brief */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px;
	margin-left: 9px;
	margin-bottom: 6px;
	color: #333333;
}


.spacing_brief_singleline	/* DIV fields for all topics and input fields for Creative Brief */
{
	color: #333333;
	border: 1px solid #999999;
	background: #f8f8f8;
	color: #333333;
}


textarea		/* DIV This is for all topics and textareas for Creative Brief */
{
	color: #666666;
	background: #f8f8f8;
	border: 1px solid #999999;
	padding: 4px;
}






/************************************/
/**   Submit Box & Submit Button   **/
/************************************/

.submit input		/* The submit button */
{
color: #000099;
background: #ffffff;
border: 1px /*outset*/ solid #000099;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}



/* Starter Package */

.submit_box_starter		/* For the submit box: border, width and the inside text */
{
border: 1px solid #F36523;
width: 550px;
text-align: right;
}


.legend_submit_starter		/* For title of the submit box STARTER PACKAGE*/
{
font-family: Arial, Helvetica, sans-serif;
color: #F36523;
font-weight:bold;
font-size: 24px;
/*background: #ffa20c;*/
/*border: 1px solid #cccccc;*/
margin-left: 340px;
}



/* Entrepreneur Package */

.submit_box_entrepreneur		/* For the submit box: border, width and the inside text */
{
border: 1px solid #2A903C;
width: 550px;
text-align: right;
}


.legend_submit_entrepreneur		/* For title of the submit box STARTER PACKAGE*/
{
font-family: Arial, Helvetica, sans-serif;
color: #2A903C;
font-weight:bold;
font-size: 24px;
/*background: #ffa20c;*/
/*border: 1px solid #cccccc;*/
margin-left: 350px;
}


/* Executive Package */

.submit_box_executive		/* For the submit box: border, width and the inside text */
{
border: 1px solid #0063B1;
width: 550px;
text-align: right;
}


.legend_submit_executive		/* For title of the submit box STARTER PACKAGE*/
{
font-family: Arial, Helvetica, sans-serif;
color: #0063B1;
font-weight:bold;
font-size: 24px;
/*background: #ffa20c;*/
/*border: 1px solid #cccccc;*/
margin-left: 0px;
}



/* Elite Package */

.submit_box_elite		/* For the submit box: border, width and the inside text */
{
border: 1px solid #A1238E;
width: 550px;
text-align: right;
}


.legend_submit_elite		/* For title of the submit box STARTER PACKAGE*/
{
font-family: Arial, Helvetica, sans-serif;
color: #A1238E;
font-weight:bold;
font-size: 24px;
/*background: #ffa20c;*/
/*border: 1px solid #cccccc;*/
margin-left: 350px;
}



/* Business Cards Package */

.submit_box_businesscards		/* For the submit box: border, width and the inside text */
{
border: 1px solid #997448;
width: 550px;
text-align: right;
}


.legend_submit_businesscards		/* For title of the submit box STARTER PACKAGE*/
{
font-family: Arial, Helvetica, sans-serif;
color: #997448;
font-weight:bold;
font-size: 24px;
/*background: #ffa20c;*/
/*border: 1px solid #cccccc;*/
margin-left: 350px;
}





/************************************/
/**     Misculaneous Items         **/
/************************************/

label		/* DO NOT CHNAGE; For the DIV's for topics */
{
width: 350px;
float: left;
text-align: left;
margin-left: 3px;
display: block
}


.spacing_bar		/* Allows for the gray bar to divide the the DIVS */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin-left: 9px;
	color: #333333;
	border-top: #999999 1px solid;
	margin-right: 10px;
}


legend			/* Styles for the topics: Your Information & Creative Brief */
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
	font-size: 18px;
	/*background: #ffa20c;*/
	/*border: 1px solid #cccccc;*/
	padding: 2px 6px
}


fieldset	/* Border and content container for the form topics */
{
	border: 1px solid #cccccc;
	width: 550px;		/* This will change the lite gray box around the forms, change to 97% to make it go near the edge or 550px*/
}

