@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Courgette');

body{
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}

img {
	border: none;
}

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

#matrimony{
	margin:2px 0px 0px 39px;
}

#button a{
	background:url(../images/button.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	padding-top:5px;
}

#button a:hover{
	background:url(../images/button2.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	padding-top:5px;
}

#container .menu a {
	text-decoration: none;
	background-color:#00FF00;
	display: block;
	height:20px;
	margin-left: 2px;
	padding:0px 15px 0px 15px;
	float: right;
	font-size:12px;
	color: #000000;
	font-family: 'Fjalla One', sans-serif;
}

#search a{
	border-radius:0px 0px 5px 5px;
}

#container .menu a:hover {
	background-color: #CCCCCC;
	font-size:14px;
}

.profile{
	margin-bottom:10px;
	background-color:#FFFFFF;
}
.profile:hover{
	background-color:#FFFFCC;
}

.ff { 
	font-family: 'Courgette', cursive;
	font-size:18px;
}

.profile a{
	color:#000000;
	text-decoration:none;
}
.profile a:hover{
	color:#FF0000;
	text-decoration:none;
}

#container .register a{
	display:block;
	background:url(../images/buttons/register.jpg);
	background-repeat:no-repeat;
	width:135px;
	height:42px;
}
#container .register a:hover{
	display:block;
	background:url(../images/buttons/register2.jpg);
	background-repeat:no-repeat;
	width:135px;
	height:42px;
}


#container .details a{
	display:block;
	background:url(../images/details2.png);
	background-repeat:no-repeat;
	width:125px;
	height:33px;
}
#container .details a:hover{
	display:block;
	background:url(../images/details.png);
	background-repeat:no-repeat;
	width:125px;
	height:33px;
}

.notice{
	margin-top:20px;
	width:250px;
	text-align:center;
	font-size:14px; 
	font-weight:bold; 
	padding:10px; 
	border:solid 1px #CCCCCC;
	background-color:#FFFFCC;
}
.notice img{
	margin-right:10px;
}
.notice a{
	display:inline-block;
	padding:10px 15px;
	text-decoration:none;
	background-color:#FF0000;
	color:#FFFFFF;
	font-size:12px;
}
.notice a:hover{
	background-color: #009900;
}
.notice br{
	margin-top:10px;
}

#userPhoto #thumbnails img{
	width:100px;
	float:left;
	margin-bottom:25px;
}

#popupPhoto #thumbnails img{
	width:75px;
	float:left;
	margin-bottom:25px;
}

.pointer a{
	cursor:pointer;
}
