/**********************************************************
*  CSS file for www.flirtdesigns.ca               		  *
**********************************************************/

* {
	margin: 0;
	padding: 0;
	}
	
img { 
	border : none;
	margin: 0;
	padding: 0;
	outline: none; 
	}
	
a:link {color: #000000; text-decoration: none; outline: none; } /*706a93*/
a:active {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #C50A12; text-decoration: none;}
	   
body.mceContentBody,
body {
	background: #A9A9A9 url(../images/background/bg.jpg) repeat-x top left;
	color: #000000;
	min-height: 100%;
	font-family: "Times New Roman", Arial, Verdana, Helvetica, Geneva, sans-serif;
	line-height: 1.4em; 
	font-weight: normal;	
    text-align: left;
    font-size: 80%;
}
	
/***********************************************************/
.clear {
	clear: both;
	}
	
.right {
	text-align: right;
	}	
	
.eng {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 0.85em;
	}
	
.engTxt {
	font-size: 1.2em;
	}	
	
p {
	padding:5px 0;
	}
	
hr {
	margin: 15px 0;
	}

.h2,
h2 {
	font-size: 24px;
	margin-bottom: 10px;
	font-family: "標楷體", "新細明體", "Times New Roman", Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	}	
	
h3 {
	font-size: 1.1em;	
	}	
	
#message {
	color:#cc0000;
	font-weight: bold;
	line-height: normal;
	}	
	
	
/***** FORM *******************************************************/
.form {
	line-height: 1.4em;
	}
	
.form p {
	margin: 1px;
	padding: 4px 0;
	}
    
.form h4 {
    padding: 3px 10px;
    margin: 0;
    background-color: #4A3824;
    font-weight: bold;
    font-size: 1em;	
    color: #BCCD3C;
	} 	

.form .disabled {
	border: none;
	background-color: #E8E5BC;
	}
	
.form textarea,
.form select,
.form input {
	border: 1px solid #939393;
	width: 340px;
	}
	
.form .highlight textarea,
.form .highlight input,
.form .highlight select {
	border: 1px solid #cc0000;
	}	
	
.form label {
	display: block;
	}	
	
.form .ident {
	padding-left: 13em;
	}	
	
.form .checkbox {
	width: 2em;
	}
	
.form .buttons {
	margin: 1px;
	padding: 15px 0 10px 0;
	text-align: center;
	background-color: #E8E5BC;
	}	
	
.form .button {
	width: auto !important;
	background-color: #4c4848;
	color:#ffffff;
	cursor: pointer;
	padding:2px 10px;
	margin: 0 1px 1px 0px;
	}	
	
.form .button:hover {
	margin: 1px 0px 0px 1px;
	}	
		
.form .error {
	color: #cc0000;
	clear: both;
	}		
	

