/*
 *	Monir Abu Hilal's Website (StyleSheet)
 *	"style_new.css" Copyright (c) 2008 - Monir Abu Hilal
 *	E-Mail : monirabuhilal[at]gmail.com
 */

* {
	margin: 0;
	padding: 0;

	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	vertical-align: baseline;
	line-height: 1;
	text-align: left;
}

ul, ol {
	list-style: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background: #1678aa;
}

span, h1, h2 {
	display: none;
}

div#page {
	background: url(../images/main.jpg) no-repeat center top;
	width: 600px;
	height: 400px;
	margin: 0 auto;
	
}
	div#mainLinks{
		padding-top:270px;
	}

	
	div#mainLinks a {	
		display:block;
		background-repeat: no-repeat;
		background-position: top left;
		margin:0 auto;
	}
	
	div#mainLinks div{
		text-align:center;
		margin-top:20px;

	}
	#LnkContact,#LnkBlogMSN{
		color:#FFFFFF;
		text-align:center;
		font-weight: bold;
		font-size: 11px;
		
	}
	
	#MyBlogLink,#MyMsnLink{
		color:#EEEEEE;
		font-size:12px;
		font-weight: bold;
		height:22px;
		padding:10px 0px 0px 40px;
		width:124px;
		text-decoration:none;
		
	}
	#LnkBlogMSN a:hover{
		color:#FFFFFF;
		background-position: 0 -32px;
	}	
		#MyBlogLink{
			background:url(../images/icon-blog.png) 0 0 no-repeat;
	
		}
	
		#MyMsnLink{
			background:url(../images/icon-msn.png) 0 0 no-repeat;
		}

	/*
	#LnkContact a:hover {
		opacity: 0.9;
		filter: alpha(opacity=90);
	}
	*/


	a#copy {
		background-image: url(../images/copyright.gif);
		width: 167px;
		height: 9px;
	}
	
	a#contact:link, a#contact:visited {

		background: url(../images/btn_contact.gif);
		width:95px;
		height:24px;
		color: #fff;		
	}

	a#contact:hover, a#contact:active {
		color: #2e394a;
	}


/* Cancel / Send Buttons --------------- */

.imgCancel, .imgSend{
	height:24px;
	width:95px;
}

.imgCancel{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/cancel.png');

}
	.imgCancel[class]{
		background:url(../images/cancel.png) no-repeat;
	}

.imgSend{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/send.png');
}
	.imgSend[class]{
		background:url(../images/send.png) no-repeat;
	}



div#form {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -7000px;
	padding-top: 10px;
}

div#form div.form {
	width: 500px;
	margin: 0 auto;
}

div#box {
	visibility: hidden;
	top: 0;
	left: 0;
	position: absolute;
	background: #000;
	width: 100%;
}
	
input.text, textarea {
	width: 500px;
	background: #fff;
	font-size: 13px;
	color: #222;
	padding: 2px 3px;
	border: solid 0px #ff0000;
}

label {
	color: #141b25;
	display: block;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #141b25;
	margin: 6px 0;
}

textarea {
	height: 200px;
	margin-bottom: 10px;
}

p.submit {
	text-align: center;
}

p.submit img {
	cursor: pointer;
}

