/** 
* Custom CSS file for the "ticket module" theme for JoomConnect
* @copyright 2006-2008 soeren
* @license GNU/GPL
*
*/

/* for labels*/
.jcsignup_pos1 {
	padding-top:2px;
}
/* for text box and select box*/
.jcsignup_pos2 {
	
}
/* for submit button or image*/
.jcsignup_pos3 {
	padding-top:2px;
}
/* for show success message*/
#signupInfo{

}

.jcsignup_clear{
	clear:both;
}

.JC_qckSignUp_err {
background-color:#E6C0C0;
border-bottom:3px solid #DE7A7B;
border-top:3px solid #DE7A7B;
color:#CC0000;
font-weight: bold;
padding: 3px;
}
