/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */
 
 /* #nyong1
{
	color:#999;
}
#nyong2
{
color:#000;
} */

#menu{
margin-left: 200px;
height: 260px;
width: 550px;
/*border-color:black;*/
border-width:1px;
/*border-style:solid;*/
}

#top{
/*margin-left: 150px;*/
height: 125px;
width: 550px;
/*border-color:red;*/
border-width:1px;
float:left;
}

#bottom{
/*margin-left: 150px;*/
height: 125px;
width: 550px;
/*border-color:blue;*/
border-width:1px;
float:left;
}

#node{
/*margin-left: 150px;*/
height: 125px;
width: 125px;
/*border-color:green;*/
border-width:1px;
float:left;
text-align:center;
}

#noding{
margin-top: 10px;
height: 100px;
width: 100px;
/*border-color:green;*/
border-width:1px;
float:left;
text-align:center;
}

#tb
{
border: 1px solid #DDD;
text-align:center;
}

#container
{
	background: #dbe5f1;
	width:450px;
	-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#5082bd), to(#dbe5f1));
	background: -moz-linear-gradient(top, #5082bd, #dbe5f1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #FFFFFF;
	position: relative;
	padding-bottom: 10px;
	min-height: 250px;
}
#kiri
{
/* background:#FFF200; */
float:left;
}
#imgs{
	margin:auto;
	width: 156px ;
	height:110px;
	padding:5px;
	background:url("../images/logo-mobilesales.png") no-repeat center;
}
#kanan
{
/* background:#FFFF9D; */
width:240px;
float:right;
padding:10px;
font-family:calibri;
}
.loginnya
{
font-size:20px;
font-weight:bold;
font-family:calibri;
color:green;
text-shadow:1px 1px 1px #000;
text-align:left;
}

./* formnya
{
margin-top:40px;
}
.formnya a
{
text-decoration:none;
color:#000000;
} */

./* formnya a:hover
{
text-decoration:underline;
} */

./* field
{
margin-bottom:10px;
width:236px;
height:22px;
font-size:16px;
} */
/* .button
{
float:right;
background:#FF9900;
border:#999999 solid 1px;
color:#FFFFFF;
font-weight:bold;
text-shadow:1px 1px 1px #000;
padding-bottom:5px;
cursor:pointer;
}
.button:hover
{
background:#FFCC00;
} */

 
div.form
{
}

div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

div.form .row
{	
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}


div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}

/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */
 
 /* #nyong1
{
	color:#999;
}
#nyong2
{
color:#000;
} */


#tb
{
border: 1.7px solid #DDD;
padding:10px;
margin: 10px 0 0 60px; 
text-align:center;
}
/*
#container
{
width:550px;
height:250px;
-webkit-box-shadow: 1px 1px 20px #000;
-moz-box-shadow: 1px 1px 20px #000;
box-shadow: 1px 1px 20px #000;
}
#kiri
{
background:#FEF200;
height:250px;
width:190px;
float:left;
}
#imgs{
	margin:auto;
	width: 156px ;
	height:100px;
	margin:40px 0;
	padding:5px;
	background:url("../images/logo-nestle.png") no-repeat center
}
#kanan
{
background:#FFFF9D;
height:230px;
width:340px;
float:right;
padding:10px;
font-family:calibri;
}
*/
.loginnya
{
	font-size:30px;
	font-weight:bold;
	font-family:calibri;
	color:green;
	text-shadow:1px 1px 1px #000;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}

#login-form table{
border-collapse:collapse;
}

./* formnya
{
margin-top:40px;
}
.formnya a
{
text-decoration:none;
color:#000000;
} */

./* formnya a:hover
{
text-decoration:underline;
} */



./* field
{
margin-bottom:10px;
width:236px;
height:22px;
font-size:16px;
} */
/* .button
{
float:right;
background:#FF9900;
border:#999999 solid 1px;
color:#FFFFFF;
font-weight:bold;
text-shadow:1px 1px 1px #000;
padding-bottom:5px;
cursor:pointer;
}
.button:hover
{
background:#FFCC00;
} */

 
div.form
{
}

div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

div.form .row
{	
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}


div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 11px;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}

#tophr{
	margin-top: 20px;
	margin-left:20px;
}

#topcontent{
	margin-left:20px;
}

#consumer_form{
	margin-left:20px;
}

.myform{
margin:0px 0px 0px 20px;
padding:5px 14px 5px 14px;;
}

.myformextended{
margin:0px 0px 0px 20px;
padding:5px 14px 5px 14px;;
}

/* ----------- stylized ----------- */
#stylized{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
	margin-top:10px;
	/*max-width: 1200px;*/
	float:none;
}

#stylizedextended{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
	margin-top:10px;
	/*max-width: 1200px;*/
	float:none;
}

#stylizedleft{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
	margin-top:10px;
	padding-top:15px;
	width: 200px;
	float:left;	
}

#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	text-align: left;
	color: #000;
}

#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
	text-align: left;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
}

#stylized input{
	float:left;
	font-size:14px;
	border:solid 1px #aacfe4;
	height:25px;
	margin-left:5px;
}

#stylized hasil{
	margin-left:5px;
}

#stylized textarea{
	float:left;
	font-size:12px;
	border:solid 1px #aacfe4;
	height:20px;
}

#stylized select{
	float:left;
	border:solid 1px #aacfe4;
	height:25px;
	font-size:14px;
	margin-left:5px;
}

#stylized td{
	max-width:450px;
	padding: 0px 0px 0px 0px;
}

#special{
	margin-left:150px;
	font-size:16px;
}

#stylized input.area{
	width:50px;
}

#stylized input.numb{
	width:130px;
	margin-left: 10px;
}

#stylized button{
	clear:both;
	margin-left:90px;
	width:125px;
	height:100px;
	background:#666666;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#submit{
	margin-left:470px;	
}

.smll {
	color:#666666;
	font-size:11px;
	font-weight:normal;
	float: right;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:0px;
}

table label{
	margin-right:5px;
}

.frmLogin {
	position: relative;
}
.shading1 {
	text-shadow: 0px 1px 1px #333333;
}
.labelLogin {
	color: #FFFFFF;
	font-size: 14px;
}
