@charset "utf-8";
																		     /*
Cascading Style Sheet
-----------------------------------------------------------------------------
	version:		1.0 (July 2008)
	description:	CSS for main layout and content
	site:			http://www.copticmail.com
-----------------------------------------------------------------------------
																				*/
/* Import Main CSS File
-----------------------------------------------------------------------------*/
@import url(general_cm.css);



/* Internal Layout
-----------------------------------------------------------------------------*/

#internalContent {
	width: 51em;
	height: 51em;
	float:left;
	background: url(../images/bkg/home_bkg.png) no-repeat top left #F2F2F2;
}

#internalContent h1 {
	padding: 0.85em 2em 0.5em 1em;
	color: #304A63;
}


#internalContent h2 {
	font-size: 1em;
	padding: 0.85em 2em 0 2em;
	margin-bottom:0;
	color: #000000;
}

#internalContent p {
	padding: 0.45em 2em 0 2em;
}

#internalContent form {
	padding: 0.45em 2em 0 2em;
	margin-bottom: 0;
}

#internalSidebar1 {
	width: 23.1em;
	background: url(../images/bkg/main_image.jpg) no-repeat top center #5B7B91;
	height: 51em;
	float: left;
	border-left: 5px #999999 solid;
	border-right: 5px #CCCCCC solid;
}

#internalContent-Signup {
	width: 74em;
	height: auto;
	float:left;
	background: url(../images/bkg/home_bkg.png) no-repeat top left #F2F2F2;
}

#internalContent-Signup h1 {
	padding: 0.85em 2em 0.5em 1em;
	color: #304A63;
}


#internalContent-Signup h2 {
	font-size: 1em;
	padding: 0.85em 2em 0 2em;
	margin-bottom:0;
	color: #000000;
}

#internalContent-Signup p {
	padding: 0.45em 2em 0 2em;
}

#internalContent-Signup form {
	padding: 0.45em 2em 0 2em;
	margin-bottom: 0;
}


#internalSidebar2 {
	width: 23.1em;
	background-color: #5B7B91;
	min-height: 51em;
	height: auto;
	float: left;
	border-left: 5px #999999 solid;
	border-right: 5px #CCCCCC solid;
}


/* Support Form
-----------------------------------------------------------------------------*/

#supportForm .forgotpwd {
	margin-left: 18.6em;
}

#supportForm fieldset {
	padding: 0 2em;
	margin: 0 0 0 2em;;
	width: 41em;
}

#supportForm legend {
	color:#999999;
	font-weight:normal;
	font-size: 1.3em;
}

#supportForm fieldset ol {
	margin: 0px;
	padding: 0em;
	padding-top: 1.5em;
	list-style-type: none;
}

#supportForm fieldset li {
	background-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.80em;
	margin-left: 0px;
}

#supportForm label {
	font-size: 0.95em;
	font-weight: normal;
	float: left;
	width: 8em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color:#5B7B91;
	text-align:right;
}

#supportForm .notes {
	font-family:Arial, Helvetica, sans-serif;	
	margin-left: 8.5em;
	color:#000000;
}

#supportForm .notes strong {
	font-weight:bold;
	color:#CC0000;
}


#ticket_name_error_element {
	color:#CC0000;
	font-size: 0.85em;
	font-weight: normal;
	display: inline;
	margin-left: 1em;
}

#ticket_email_error_element {
	color:#CC0000;
	font-size: 0.85em;
	font-weight: normal;
	display: inline;
	margin-left: 1em;
}

#msg_body_error_element {
	color:#CC0000;
	font-size: 0.85em;
	font-weight: normal;
	margin-left: 10.0em;
}

#resp_email_error_element {
	color:#CC0000;
	font-size: 0.85em;
	font-weight: normal;
	display: inline;
	margin-left: 1em;
}

#resp_reponse_error_element {
	color:#CC0000;
	font-size: 0.85em;
	font-weight: normal;
	margin-left: 10.0em;
}


input.txtf1, select.txtf1 { /* large */
	border:2px #e3e3e3 solid;
	width: 265px;
	padding: 4px;
	color: #060;
}

input.txtf2, select.txtf2 { /* medium */
	border:2px #e3e3e3 solid;
	width: 160px;
	padding: 2px;
}
	
	
.button-signup {
	font-size:90%;
	font-weight:normal;
	color: #FFFFFF;
	height:35px;
	width:100px;
	background-color: #5B7B91;
	border: 2px solid #e3e3e3;
}

																					/*
##################################### END OF CSS ############################################
							-------------------------------
																					*/


