@import url("mm_form_element.css");
@import url("mm_form_layout.css");
@import url("mm_form_typography.css");
@import url("mm_temp.css");
@import url("reset.css");

/*---------------------------*/
/*---------------------------*/
/*-------------------PSEUDO FORM STYLING---------------------*/

#mm_modalv3 input[type=text], #mm_modalv3 input[type=password] {
	font-family: helvetica, arial, sans-serif;
	padding: 0px 2px;
	background-color: #fff;
	height: 20px;
	border: 1px solid #898989;
	margin-left: 2px;
}

#mm_modalv3 input[type=submit], #mm_modalv3 input[type=reset], #mm_modalv3 input[type=button] {
	font-family: helvetica, arial, sans-serif;
	letter-spacing: 0.1em;
	padding: 3px;	
}

#mm_modalv3 input[type=text]:focus, #mm_modalv3 input[type=password]:focus {
	border: solid 1px #363636;
}

#mm_modalv3 input[type=radio], #mm_modalv3 input[type=checkbox] {
	margin: 0 5px 0 0;
}

#mm_modalv3 select {
	border: 1px solid #898989;
	padding: 2px;
	height: 22px;
	margin-left: 2px;
}

#mm_modalv3 select:focus {
	border: solid 1px #363636;
}

#mm_modalv3 option {
	padding: 2px;
}

#mm_modalv3 textarea {
	border: 1px solid #898989;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 2px;
	margin-left: 2px;
	line-height: 14px;
}

#mm_modalv3 textarea:focus {
	border: solid 1px #363636;
}

/*-----------------------------------*/
/*-------------------FORCING ALIGN ELEMENT---------------------*/
.alignLeft {
	float: left;
}
.alignRight {
	float: right !important;
}
.clearFix {
	clear: both;
}
.clearMargin {
	margin: 0 !important;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}
.clearFloat {
	float:none !important;
}
.clearWidth {
	width:auto !important;
}
.fullWidth {
	width: 100% !important;
}
.mm_center {
	text-align: center;
}

.isVertMiddle {
	display: table-cell;
	vertical-align: middle;
}


.isHidden {
	display: none;
}
/*---------------------------*/
/*--------------------ALIGNMENT & SPACING---------------------*/
.mm_space_5 {
	margin-right: 3px !important;
}
.mm_space_10 {
	margin-right: 10px !important;
}
.mm_space_15 {
	margin-right: 15px !important;
}
.mm_space_20 {
	margin-right: 20px !important;
}
.mm_space_111{/*for IDR basic trick combinedish.html*/
	margin-right: 111px !important;
}
.mm_bizhead_wrapper {
	margin-left:140px;
}
.mm_fixheight_600 {/*on type writer only*/
	height:580px;
}
.mm_minheight_385 {/*on type recipe only */
	min-height: 385px;
}
.mm_minheight_350 {
	min-height: 350px;
}
.mm_minheight_365 {
	min-height: 365px;
}
.mm_minheight_200 {
	min-height: 200px;
}
.mm_paddingtop_3 {
	padding-top:3px !important;
}
.mm_paddingtop_6 {
	padding-top:6px !important;
}
.mm_paddingbottom_4 {
	padding-bottom:4px !important;
}
.mm_lineheight_14{
	line-height: 14px;
}
.mm_whitespace{
	height: 12px;
}
/*-------------------------*/
/*--------------------ALL AVATAR HERE-------------------*/

.avatar_30 {
	background-color: #a1a1a1;
	padding: 3px;
	height: 24px;
	width: 24px;
}
.avatar_50 {
	background-color: #a1a1a1;
	padding: 3px;
	height: 44px;
	width: 44px;
}
.avatar_80 {
	background-color: #a1a1a1;
	padding: 3px;
	height: 74px;
	width: 74px;
}
.biz_logo {
	background-color: #a1a1a1;
	padding: 3px;
	height: 37px;
	width: 77px;
}
.mm_logo {
	margin-top:20px;
	margin-bottom: 20px;
}
/*--------------------THEME COLORING---------------------*/
.mm_sitoestheme {
	background-color: #993399;
}
.mm_goormetheme {
	background-color: #A9BC00;
}
/*---------------------*/



