/***************************************************************************************************
* Description:
* This file contains all styles which are used in the scope of the registration tool plugin. The 
* styles which are defined for the website are also available in the plugin. 
*
* Be sure that you do not overwrite already existing styles. Therefore please use a prefix such as
* "anm" for the locally used styles.
* 
* Versions:
* Initial		09.03.2009			Beat Schilbach (Steckborn)	
***************************************************************************************************/



/****************************************************************************************************
* REGISTRATION LAYOUT
****************************************************************************************************/
.anmTitle {
	font-weight: 		bold;
}

.anmContent {
	padding:			10px;
	background-color: 	white; 
}

.anmButton {
	margin:				0px;
	padding:			1px;
	font-size: 			12px;
	font-weight: 		bold;
	cursor:				pointer;
}

.anmButton:hover {
	margin:				0px;
	padding:			1px;
	font-size: 			12px;
	font-weight: 		bold;
	background-color:   #666;
	color:				#FFF;
	cursor:				pointer;
}

