/*
                \\\// 
               -(o o)- 
============o00==( )==00o===================
  Stylesheet by: Matthew Green 
  Copyright: 2011
  Contact: Matt@MBGWebServices.com.au
  Website: www.mbgwebservices.com.au
============================================ 
*/

@charset "utf-8";

#main_left
{
	width:300px;
	height:600px;
	float:left;
}

#matts_contactme_picture
{
	width:300px;
	height:220px;
	background-image:url(../contactme-images/contactme_photo_300x220.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#main_right
{
	width:660px;
	height:600px;
	float:left;
}

#main_right_upper
{
	width:620px;
	height:30px;
	margin-top:40px;
	padding:1px 25px 10px 15px;
	margin-left:auto;
	margin-right:auto;
}
  
#main_right_middle
{
	width:600px;
	height:130px;
	margin-top:30px;
	margin-bottom:20px;
	padding:0px 30px;
	margin-left:auto;
	margin-right:auto;
}

#main_right_middle_left, #main_right_middle_right
{
	width:300px;
	text-align:left;
	float:left;
}

#main_right_lower
{
	width:630px;
}

/* START of contact form settings */

fieldset
{
	width:600px;
	height:325px;
	margin:10px;
	border:solid 1px #CCC;
	background-color:#EEE;
}

legend
{
	font-size:16px; 
	font-weight:bold; 
	font-style:italic;
	margin-left:10px;
	padding:10px;
}

label
{
	width:200px;
	text-align:right;
	margin-right:10px;
	float:left;
}

.input_look
{
/*	background-color:#E6FFFF; */
	font-family:"Comic Sans MS", cursive;
	font-size:12px;
}

.textarea_look
{
/*	background-color:#E6FFFF; */
	background-color:
	font-family:"Comic Sans MS", cursive;
	font-size:12px;
	margin:5px 0px 4px 50px;
	resize:none;
}

#buttons
{
	width:200px;
	padding-top:15px;
	padding-left:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

.button_look
{
	background-color:#000;
	color:white;
	margin-left:5px;
	margin-right:5px;
}

/* END of contact form settings */