@charset "utf-8";
/* CSS Document */
form{
	margin:0px;
	padding:0px;
}
form fieldset{
	margin:0px;
	padding:0px;
	border:none;
}
form input, select, textarea{
	margin:0px;
	padding:0px;
}

/*textbox*/
.textbox{
	border:1px solid #ccc;
	background-color:#F5F5F5;
	font-size:12px;
	color:#003F7B;
	height:20px;
}
.textbox_mid{
	border:1px solid #ccc;
	background-color:#F5F5F5;
	font-size:12px;
	color:#999;
	width:160px;
}
.textarea{
	height:100px;
	width:200px;
	border:1px solid #ccc;
	background-color:#F5F5F5;
	font-size:12px;
	color:#999;
}
/*textbox end*/

/*button*/
.red_btn{
	border:1px solid #CA0000;
	background:#CA0000 url(../images/front_images/red_btn_bg.jpg) repeat-x;
	height:20px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:13px;
	padding:0px 5px 0;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
.red_btn a{
	color:#FFF;
	text-decoration:none;
}
.red_btn a:hover{
	color:#999999;
}
.red_btn:hover{
	color:#999999;
}

.blue_btn{
	border:1px solid #76B1E2;
	background:#76B1E2 url(../images/front_images/blue_btn_bg.jpg) repeat-x;
	height:20px;
	color:#003F7B;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:13px;
	padding:0px 5px 0;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
.blue_btn a{
	color:#003F7B;
}
.blue_btn a:hover{
	color:#06C;
	text-decoration:none;
}
.blue_btn:hover{
	color:#06C;
}

.darkblue_btn{
	border:1px solid #297DC2;
	background:#297DC2 url(../images/front_images/darkblue_btn_bg.jpg) repeat-x;
	height:20px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:13px;
	padding:0px 5px 0;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
.darkblue_btn a{
	color:#FFF;
	text-decoration:none;
}
.darkblue_btn a:hover{
	color:#06C;
}
.darkblue_btn:hover{
	color:#06C;
}
/* button end*/


/*User Group search*/
.usersearch_form_align{
	padding:15px 0px;
}
.usersearch_form input{
	float:left;
	width:254px;
}
.usersearch_form label{
	float:left;
	width:100px;
	font-size:14px;
	color:#003F7B;
}
.usersearch_left{
	float:left;
	width:370px;
}
.usersearch_right{
	float:left;
	width:90px;
}
.searchshop_btn_align{
	text-align:right;
	/*padding:10px 0 10px 50px;*/
}
/*User Group search end*/


/*User List*/
.user_list_btn_align{
	width:250px;
	margin:0 auto;
}
/*User List end*/

/*add user*/
.adduser_form_left{
	float:left;
	width:350px;
}
.adduser_form_right{
	float:left;
	width:100px;
        padding:5px 0px 0px 0px;
}

.adduser_form{
}
.adduser_form input{
	float:left;
	width:157px
}
.adduser_form select{
	float:left;
	width:157px
}
.adduser_form label{
	float:left;
	width:155px;
	text-align:right;
	padding-right:10px;
	color:#003F7B
}
.adduser_form_input{
	overflow:hidden;
	clear:both;
	padding:5px 0;
}
.adduser_btn_align{
	padding:30px 0 0 0;
}
/*add user end*/

/*Sorting page *changed*/
.sorting_viewbtn_align{
	width:150px;
	margin-left:200px;
}
/*Sorting page end*/

/*Login form*/
.login_btn_align{
	padding:10px 0 10px 165px;
}
/*Login form end*/

/*user admin form*/
.useradmin_form{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#003F7B;
}
.useradmin_form input{
	float:left;
	width:180px;
}
.useradmin_form select{
	float:left;
	width:180px;
}
.useradmin_form textarea{
	float:left;
	width:200px;
}
.useradmin_form label{
	float:left;
	width:165px;
}
.useradmin_form_input{
	clear:both;
	overflow:hidden;
	padding:5px 0px;
}
.useradmin_left_btn{
	float:left;
	width:190px;
}
.useradmin_left_btn input{
	float:left;
	width:180px;
}
.useradmin_mid_btn{
	float:left;
	width:120px;
}
.useradmin_mid_btn input{
	float:left;
	width:110px;
}
.useradmin_right_btn{
	float:left;
	width:95px;
}
.useradmin_right_btn input{
	float:left;
	width:85px;
}
/*user admin form end*/

/*contact*/
.contact_btn_align{
	text-align:right;
	padding:0 100px 0 0px;
}
.contact_bottomInner{
	padding:10px 20px;
}
/*contact end*/