/*
** Global Style
*/

* {
	margin:0;
	padding:0;
}
body {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:70%;
	min-width:1000px;
	background-color: #ffffff;
	/*background:transparent url(/mama/res/img/bg_arrow.gif) no-repeat scroll left bottom;*/
}
img {
	border:none;
}
textarea {
     resize: none;
}

h1 {
	font-size: 1.5em;
	color: rgb(157,175,214);
	font-weight: bold;
}

input[type=text],input[type=password] {
	padding-left:2px;
	color: black;
	border: 1px solid rgb(157,175,214);
	font-size: 1em;
}
select {
	margin:0px 0px 3px 0px;
	padding-left:2px;
	color: black;
	border: 1px solid rgb(157,175,214);
	font-size: 1em;
}
textarea {
	margin:0px 0px 3px 0px;
	padding-left:2px;
	color: black;
	border: 1px solid rgb(157,175,214);
	font-size: 1,2em;
}
input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active, textarea:focus, select:focus {
	color: black;
	border: 1px solid #EE342B;
}

td, th 
{
border: 1px solid black;
padding:4px;
}

/*
** Content
*/

#MainContent {
	margin: 0 auto;
	width: 1000px;
	position:relative;
}

#LeftColumn {
	padding-top: 50px;
	float:left;
	width: 150px;
}

#LeftColumn img {
	margin-bottom:20px;
}

#MainColumn {
	float:left;
	padding: 50px 10px;
	width: 570px;
}

#RightColumn{
	float:right;
	padding: 50px 25px;
	width: 200px;
	font-size:13px;
	color: #ffffff;
	text-align: justify;
	background-color:rgb(152,155,209);
}

#RightColumn p {
	margin-bottom: 20px;
}

#footer {
	clear:both;
}

#frm_Subscribe {
	color:rgb(82,115,182);
}

#picture_upload {
	margin-top: 10px;
	padding: 10px 0px;
	height:120px;
	width: 400px;
}

#picture {
	float: left;
	width:100px;
	height:120px;
	border: 1px dotted rgb(157,175,214);
	margin-right: 20px;
}

.red {
	color:rgb(233,93,16);
}
.redbis {
	color:rgb(233,93,16);
}
.bluebis {
	color:rgb(157,175,214);
}
.pinkbis {
	color:rgb(210,159,214);
}
.lbl1 {
	color: black;
	font-size: 1.3em;
	display:block;
	margin-top: 10px;
	margin-bottom: 5px;
}

.check {
	float:right;
	margin-right:20px;
}