/* Styling Guide ---

There are 2 pre-defined themes:
1. Default DNN Theme which start with #innodefault
2. Layout 1 Theme which start with #InnoInvite
After you chosen "Custom Layout", you can start to build your own style that start with #InnoCustom
or modify the pre-defined style.

Since 3 designs are sharing the same module.css, you may delete any used styles to increase performace.

support: support@innochannel.com.my
*/


/* Default DNN Theme */
#Innodefault {
	width:325px;
	border-collapse:collapse
}
#Innodefault .innoLeft {
	width:110px
}
#Innodefault .SubHead .NormalTextBox {
	width:200px
}
#Innodefault .SubHead input {
	width:200px
}
/* Layout 1 Styles */

/* Input Fields Width */
#InnoInvite {
	width:325px;
	border-collapse:collapse
}
/* Labels Width & Text Alignment */
#InnoInvite .innoLeft {
	width:100px;
	text-align:left;
	padding-right:5px;
}
/* Labels Style */
#InnoInvite .SubHead label {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#393733;
	display:inline-block;
	margin-top:3px;
}
#InnoInvite .innoLeft label {
	margin-bottom:3px
}
/* TextBox Style */
#InnoInvite .SubHead .NormalTextBox {
	border:1px solid #DDDDDD;
	color:#393733;
	font:13px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding:5px;
	height:80px;
	margin-top:3px;
	width:96%;
}
/* Input Fields Style */
#InnoInvite .SubHead input {
	border:1px solid #DDDDDD;
	font:15px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	margin:0 0 2px;
	padding:0 5px 2px;
	width:96%;
}
/* Verification Box Style */
#InnoInvite .innoVeriBox input {
	width:160px
}
/* Error Message Style */
#InnoInvite span.NormalRed {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#ff0000
}
